aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/pllauto/pllauto.py
diff options
context:
space:
mode:
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)