aboutsummaryrefslogtreecommitdiffstats
path: root/icetime/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-10-27 20:00:36 +0100
committerClifford Wolf <clifford@clifford.at>2015-10-27 20:00:36 +0100
commit7ea81c43da97953de68f61fafb277e6f6a83e631 (patch)
tree4740f804f9a766fac98e6b7e36449f440b43bce9 /icetime/Makefile
parent1a99f955077f461a609511a04d95acc317c001ec (diff)
downloadicestorm-7ea81c43da97953de68f61fafb277e6f6a83e631.tar.gz
icestorm-7ea81c43da97953de68f61fafb277e6f6a83e631.tar.bz2
icestorm-7ea81c43da97953de68f61fafb277e6f6a83e631.zip
icetime progress
Diffstat (limited to 'icetime/Makefile')
-rw-r--r--icetime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/icetime/Makefile b/icetime/Makefile
index 7c170d9..f35dd8e 100644
--- a/icetime/Makefile
+++ b/icetime/Makefile
@@ -28,8 +28,8 @@ 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_mark; opt_clean -purge; show -color orange a:equiv_region!=0' $(subst show,test,$@).il
- yosys -p 'equiv_purge; opt_clean -purge; show' $(subst show,test,$@).il
+ bash show.sh $(subst show,test,$@)
+ xdot $(subst show,test,$@).dot
test: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9