diff options
| author | Clifford Wolf <clifford@clifford.at> | 2018-05-13 20:55:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-13 20:55:43 +0200 |
| commit | 51ae9e64f0db16ce71e32113d96a40b8915b26e7 (patch) | |
| tree | bbe706304d24b5d3e2f8adb4f3146f9868632620 /icefuzz/tests/pllauto | |
| parent | 1b22af089e2aa943daf569ad71f2261f7254ac7d (diff) | |
| parent | f967b53fe9be32fc7a169847287f227e705dbe52 (diff) | |
Merge pull request #139 from awygle/lm_icebox
Icebox support for ice40 LM
Diffstat (limited to 'icefuzz/tests/pllauto')
| -rwxr-xr-x | icefuzz/tests/pllauto/pllauto.py | 3 |
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) |
