diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-10-22 15:50:25 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-10-22 15:50:25 +0200 |
commit | 25aa4ce322822ffd4b283f8db520f7151b626e23 (patch) | |
tree | 3e8a69a491f1964f7a32179047f7beb9515ba514 /icetime/Makefile | |
parent | 64db1d0979947f8d18a79a14f1340912ecf5e6b3 (diff) | |
download | icestorm-25aa4ce322822ffd4b283f8db520f7151b626e23.tar.gz icestorm-25aa4ce322822ffd4b283f8db520f7151b626e23.tar.bz2 icestorm-25aa4ce322822ffd4b283f8db520f7151b626e23.zip |
Progress in icetime
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index e93eaa2..9423f84 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -21,6 +21,7 @@ uninstall: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9: icetime python3 mktest.py $@ ./icetime -P tq144 -p $@.pcf $@.txt $@_out.v + yosys $@.ys mktest: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9 |