summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 18daca64..7be911fb 100644
--- a/Makefile
+++ b/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