diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-01-15 23:36:05 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-01-15 23:36:05 +0100 |
commit | fdaac3542cf01ff757fd764871df0e81f4c62a3a (patch) | |
tree | 823f7a993691bb566f87bc62d5ecf67c8be26532 /icetime/Makefile | |
parent | 8467e955e59616969a05e87edef88bbf6cff7662 (diff) | |
download | icestorm-fdaac3542cf01ff757fd764871df0e81f4c62a3a.tar.gz icestorm-fdaac3542cf01ff757fd764871df0e81f4c62a3a.tar.bz2 icestorm-fdaac3542cf01ff757fd764871df0e81f4c62a3a.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 31f1ac5..7dccb67 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -26,7 +26,7 @@ uninstall: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9: icetime test -f $@_ref.v || python3 mktest.py $@ - ./icetime -P tq144 -p $@.pcf $@.asc $@_out.v + ./icetime -m -P tq144 -p $@.pcf $@.asc $@_out.v yosys $@.ys run0 run1 run2 run3 run4 run5 run6 run7 run8 run9: icetime |