mattvenn / efabless_project_tool

Tool to fetch and parse data about Efabless MPW projects
https://zerotoasiccourse.com
Apache License 2.0
16 stars 2 forks source link

be able to use with | on the command line #2

Closed mattvenn closed 2 years ago

mattvenn commented 2 years ago

so could do

./efabless_tool.py --list | grep matt | ./efabless_tool.py --get-pin

and only do the get-pin functionality on my projects

or

./efabless_tool.py --list | grep succeeded | ./efabless_tool.py --show | grep Process

to show the PDK used for all sucessfull tapeout jobs