diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-02-28 13:13:56 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-02-28 13:13:56 +0100 |
commit | 6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f (patch) | |
tree | eee26a50c006f1ea6598bb788cce5f44d6786858 /Makefile | |
parent | eb2df220dfd26ff1439e22f6715bb5d86fc1a851 (diff) | |
download | yosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.tar.gz yosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.tar.bz2 yosys-6ac41b2bb1d41328eb91c2622d8f70cb43a60f0f.zip |
Added help for command line options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |