From 81c33a343ffce5eab897d0a5a7d228bfcb08aaf4 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 1 Feb 2016 23:32:03 +0100 Subject: Timing models for LP and HX devices --- icetime/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'icetime/Makefile') diff --git a/icetime/Makefile b/icetime/Makefile index 9f8d047..15e635f 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -8,7 +8,7 @@ icetime: icetime.o icetime.o: icetime.cc timings.inc -timings.inc: timings.py +timings.inc: timings.py ../icefuzz/timings_*.txt python3 timings.py > timings.inc.new mv timings.inc.new timings.inc @@ -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 -o $@_out.v $@.asc + ./icetime -m -d hx1k -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 + ./icetime -t -d hx1k -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,$@) -- cgit v1.2.3