3
0
Fork 0
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:
Clifford Wolf 2013-02-28 13:13:56 +01:00
parent eb2df220df
commit 6ac41b2bb1
3 changed files with 69 additions and 7 deletions

View file

@ -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