mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added help for command line options
This commit is contained in:
parent
eb2df220df
commit
6ac41b2bb1
3 changed files with 69 additions and 7 deletions
4
Makefile
4
Makefile
|
@ -52,10 +52,6 @@ test: yosys
|
|||
cd tests/hana && bash run-test.sh
|
||||
cd tests/asicworld && bash run-test.sh
|
||||
|
||||
help:
|
||||
@find -name '*.cc' | xargs egrep -h '(Pass|Frontend|Backend)\(".*"\)' | \
|
||||
sed 's,.*: ,,; s, .*,,;' | sort | tr '\n' '\t' | expand -t25 | fmt
|
||||
|
||||
install: yosys
|
||||
install yosys /usr/local/bin/yosys
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue