diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-10-24 15:01:32 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-10-24 15:01:32 +0200 |
commit | f4b7aca5208010ee7131c710e946d8cb56f97648 (patch) | |
tree | 1626aea713ae6de7bd6f7232de58bc15a65b7ffc /icetime/Makefile | |
parent | 6d2087c9a1aeb3706cee605720a486c86f8940ae (diff) | |
download | icestorm-f4b7aca5208010ee7131c710e946d8cb56f97648.tar.gz icestorm-f4b7aca5208010ee7131c710e946d8cb56f97648.tar.bz2 icestorm-f4b7aca5208010ee7131c710e946d8cb56f97648.zip |
icetime progress
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index 5d0ecee..76e8e9b 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -28,14 +28,14 @@ run0 run1 run2 run3 run4 run5 run6 run7 run8 run9: icetime ./icetime -P tq144 -p $(subst run,test,$@).pcf $(subst run,test,$@).txt $(subst run,test,$@)_out.v show0 show1 show2 show3 show4 show5 show6 show7 show8 show9: - yosys -p ':equiv_purge; opt_clean -purge; show' $(subst show,test,$@).il + # yosys -p 'equiv_purge; opt_clean -purge; show' $(subst show,test,$@).il + yosys -p 'equiv_mark; opt_clean -purge; show -color orange a:equiv_region!=0' $(subst show,test,$@).il test: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9 clean: - rm -f icetime - rm -f test[0-9]* - rm -f *.o *.d + rm -f icetime *.o *.d + rm -rf test[0-9]* -include *.d |