diff options
author | gatecat <gatecat@ds0.me> | 2022-03-25 16:31:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 16:31:02 +0000 |
commit | 1d8e1a8f583c7982575b0252d699ec30a662dcc2 (patch) | |
tree | 90c2359faa601a7797527dcbd7a5475aaea2b3ea /icebox/icebox.py | |
parent | 8fa85d5ee3dc5e4db24fa2694b09f30d07b6f21e (diff) | |
parent | e23274a9dd73b9bbb995ad33c166e9e6f7b7b951 (diff) | |
download | icestorm-1d8e1a8f583c7982575b0252d699ec30a662dcc2.tar.gz icestorm-1d8e1a8f583c7982575b0252d699ec30a662dcc2.tar.bz2 icestorm-1d8e1a8f583c7982575b0252d699ec30a662dcc2.zip |
Merge pull request #293 from YosysHQ/gatecat/cb121-fix
icebox: cb121 does have a PLL
Diffstat (limited to 'icebox/icebox.py')
-rw-r--r-- | icebox/icebox.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index a7631a2..ef5478b 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -1719,7 +1719,6 @@ noplls_db = { "8k-cm81:4k": [ "8k_1" ], "1k-qn48": [ "1k" ], "1k-cb81": [ "1k" ], - "1k-cb121": [ "1k" ], "1k-vq100": [ "1k" ], "384-qn32": [ "384" ], } |