diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-10-29 01:13:24 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-10-29 01:13:24 +0100 |
commit | b8cf8e19a2e899d08e7a8e339f831af016d3a315 (patch) | |
tree | cc72eced5e685f53128702497a5460cd6b8de384 /icetime/Makefile | |
parent | 7ea81c43da97953de68f61fafb277e6f6a83e631 (diff) | |
download | icestorm-b8cf8e19a2e899d08e7a8e339f831af016d3a315.tar.gz icestorm-b8cf8e19a2e899d08e7a8e339f831af016d3a315.tar.bz2 icestorm-b8cf8e19a2e899d08e7a8e339f831af016d3a315.zip |
icetime progress
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index f35dd8e..faf4188 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -27,7 +27,7 @@ test0 test1 test2 test3 test4 test5 test6 test7 test8 test9: icetime 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: +show0 show1 show2 show3 show4 show5 show6 show7 show8 show9: icetime bash show.sh $(subst show,test,$@) xdot $(subst show,test,$@).dot |