aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-01-16 12:35:04 +0100
committerClifford Wolf <clifford@clifford.at>2016-01-16 12:35:04 +0100
commitbbfc66fcf371e4b27a179fba86f4a43e75d42121 (patch)
tree75b38b2d105fd49027f76d018bfb5d6dc3e36a8e /icefuzz/Makefile
parentfdaac3542cf01ff757fd764871df0e81f4c62a3a (diff)
downloadicestorm-bbfc66fcf371e4b27a179fba86f4a43e75d42121.tar.gz
icestorm-bbfc66fcf371e4b27a179fba86f4a43e75d42121.tar.bz2
icestorm-bbfc66fcf371e4b27a179fba86f4a43e75d42121.zip
icefuzz improvements (hacks for sbtimer device info)
Diffstat (limited to 'icefuzz/Makefile')
-rw-r--r--icefuzz/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/icefuzz/Makefile b/icefuzz/Makefile
index 9140b3c..5faa3be 100644
--- a/icefuzz/Makefile
+++ b/icefuzz/Makefile
@@ -54,6 +54,7 @@ endif
timings_html:
python3 timings.py -h tmedges_1k.txt -t timings_1k.txt -l "HX1K with default temp/volt settings" > timings_1k.html
+ python3 timings.py -h tmedges_8k.txt -t timings_8k.txt -l "HX8K with default temp/volt settings" > timings_8k.html
data_cached.txt: cached_io.txt cached_logic.txt cached_ramb$(EIGTHK).txt cached_ramt$(EIGTHK).txt
gawk '{ print "io", $$0; }' cached_io.txt > data_cached.new