aboutsummaryrefslogtreecommitdiff
path: root/icefuzz/tests/pllauto
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-05-13 20:55:43 +0200
committerGitHub <noreply@github.com>2018-05-13 20:55:43 +0200
commit51ae9e64f0db16ce71e32113d96a40b8915b26e7 (patch)
treebbe706304d24b5d3e2f8adb4f3146f9868632620 /icefuzz/tests/pllauto
parent1b22af089e2aa943daf569ad71f2261f7254ac7d (diff)
parentf967b53fe9be32fc7a169847287f227e705dbe52 (diff)
Merge pull request #139 from awygle/lm_icebox
Icebox support for ice40 LM
Diffstat (limited to 'icefuzz/tests/pllauto')
-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)