aboutsummaryrefslogtreecommitdiffstats
path: root/icetime/timings.py
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-24 16:41:34 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-24 16:41:34 +0000
commitbaa7a45c2e7515b05f4ae817e726f57055540ed8 (patch)
tree96c048ae76de830feb9e48e4dee3ee17a0d4d4e2 /icetime/timings.py
parent2219530535d7c5bb9e55e50e1f79d42b3a346e47 (diff)
downloadicestorm-baa7a45c2e7515b05f4ae817e726f57055540ed8.tar.gz
icestorm-baa7a45c2e7515b05f4ae817e726f57055540ed8.tar.bz2
icestorm-baa7a45c2e7515b05f4ae817e726f57055540ed8.zip
Initial 5k support in icetime (no support for new cells yet)
Diffstat (limited to 'icetime/timings.py')
-rw-r--r--icetime/timings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icetime/timings.py b/icetime/timings.py
index ae1e538..43d54ae 100644
--- a/icetime/timings.py
+++ b/icetime/timings.py
@@ -41,7 +41,7 @@ def timings_to_c(chip, f):
print(" exit(1);")
print("}")
-for db in "lp384 lp1k lp8k hx1k hx8k".split():
+for db in "lp384 lp1k lp8k hx1k hx8k up5k".split():
with open("../icefuzz/timings_%s.txt" % db, "r") as f:
timings_to_c(db, f);