aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/pllauto/pllauto.py
diff options
context:
space:
mode:
authorAndrew Wygle <awygle@gmail.com>2018-05-07 21:45:05 -0700
committerAndrew Wygle <awygle@gmail.com>2018-05-12 21:47:09 -0700
commitda18da271b79e13f0e9bdb43edf82433fd497df4 (patch)
treee432d82f8de444f3b4240cb0447291885e5b203c /icefuzz/tests/pllauto/pllauto.py
parente4d502e76ce3ec6cb659368c00111afdb5b6b4e0 (diff)
downloadicestorm-da18da271b79e13f0e9bdb43edf82433fd497df4.tar.gz
icestorm-da18da271b79e13f0e9bdb43edf82433fd497df4.tar.bz2
icestorm-da18da271b79e13f0e9bdb43edf82433fd497df4.zip
[WIP] Add partial icebox support for lm4k.
Diffstat (limited to 'icefuzz/tests/pllauto/pllauto.py')
-rwxr-xr-xicefuzz/tests/pllauto/pllauto.py3
1 files changed, 2 insertions, 1 deletions
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)