From da18da271b79e13f0e9bdb43edf82433fd497df4 Mon Sep 17 00:00:00 2001 From: Andrew Wygle Date: Mon, 7 May 2018 21:45:05 -0700 Subject: [WIP] Add partial icebox support for lm4k. --- icefuzz/tests/pllauto/pllauto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icefuzz/tests/pllauto/pllauto.py') diff --git a/icefuzz/tests/pllauto/pllauto.py b/icefuzz/tests/pllauto/pllauto.py index 647be29..517417d 100755 --- a/icefuzz/tests/pllauto/pllauto.py +++ b/icefuzz/tests/pllauto/pllauto.py @@ -209,7 +209,8 @@ device = "up5k" #TODO: environment variable? #and look for the stuck bit) #TODO: clever code could get rid of this divq_bit0 = { - "up5k" : (11, 31, 3) + "up5k" : (11, 31, 3), + "lm4k" : (11, 0, 3) } #Return a list of PLL config bits in the format (x, y, bit) -- cgit v1.2.3