diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-01-18 00:11:13 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-01-18 00:11:13 +0100 |
commit | 7a1e662a3f676f408f79127459be95b37e959f47 (patch) | |
tree | 7d541549ecc89bf3d6cb17ce4cc403c405b4eda2 /icetime/Makefile | |
parent | 456729a0fd91c88a2773b7114418ec2285416550 (diff) | |
download | icestorm-7a1e662a3f676f408f79127459be95b37e959f47.tar.gz icestorm-7a1e662a3f676f408f79127459be95b37e959f47.tar.bz2 icestorm-7a1e662a3f676f408f79127459be95b37e959f47.zip |
added icetime -o/-r options
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index 7dccb67..d2daee3 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -26,11 +26,11 @@ uninstall: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9: icetime test -f $@_ref.v || python3 mktest.py $@ - ./icetime -m -P tq144 -p $@.pcf $@.asc $@_out.v + ./icetime -m -P tq144 -p $@.pcf -o $@_out.v $@.asc yosys $@.ys run0 run1 run2 run3 run4 run5 run6 run7 run8 run9: icetime - ./icetime -t -P tq144 -p $(subst run,test,$@).pcf $(subst run,test,$@).asc $(subst run,test,$@)_out.v + ./icetime -t -P tq144 -p $(subst run,test,$@).pcf $(subst run,test,$@).asc show0 show1 show2 show3 show4 show5 show6 show7 show8 show9: icetime bash show.sh $(subst show,test,$@) |