diff options
author | Simon Schubert <2@0x2c.org> | 2019-02-22 01:26:07 +0100 |
---|---|---|
committer | Simon Schubert <2@0x2c.org> | 2019-02-22 22:35:55 +0100 |
commit | be0bca0230d6fe1102e0a360b953fbb0d273a39f (patch) | |
tree | 1670fa5b6883555fa030b7542b8eda4dce99bb97 /icebox | |
parent | d76ac32ec939e421190d8e41ee0ad5e5eacbddd5 (diff) | |
download | icestorm-be0bca0230d6fe1102e0a360b953fbb0d273a39f.tar.gz icestorm-be0bca0230d6fe1102e0a360b953fbb0d273a39f.tar.bz2 icestorm-be0bca0230d6fe1102e0a360b953fbb0d273a39f.zip |
u4k: add SMCCLK cell location
icecube uses SMCCLK.CLK to "legalize" output cells. Unclear what this
is for, but it appears in almost all outputs.
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 7cf6085..a6852fc 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -5770,6 +5770,9 @@ extra_cells_db = { "CLKLF": (25, 19, "glb_netwk_5"), "CLKLF_FABRIC": (25, 19, "slf_op_0") }, + ("SMCCLK", (25, 3, 0)) : { + "CLK": (25, 3, "slf_op_5") + }, } } |