From baa7a45c2e7515b05f4ae817e726f57055540ed8 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 24 Nov 2017 16:41:34 +0000 Subject: Initial 5k support in icetime (no support for new cells yet) --- icetime/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icetime/timings.py') 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); -- cgit v1.2.3