diff options
author | David Shah <davey1576@gmail.com> | 2018-02-09 13:42:38 +0000 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-02-09 13:42:38 +0000 |
commit | b024ef49da7d3c63f22afb1741a2bcad4afd6927 (patch) | |
tree | 314a1123af68380793cf23bea0830b20a7d01b34 /icebox | |
parent | 80dbd67e6c4ce2ca585cca929774904f8b86593b (diff) | |
download | icestorm-b024ef49da7d3c63f22afb1741a2bcad4afd6927.tar.gz icestorm-b024ef49da7d3c63f22afb1741a2bcad4afd6927.tar.bz2 icestorm-b024ef49da7d3c63f22afb1741a2bcad4afd6927.zip |
Add UltraPlus I³C IO to chipdb
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index a2fd872..fff7b99 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -4988,7 +4988,16 @@ extra_cells_db = { "PWMOUT1": (0, 28, "slf_op_5"), "PWMOUT2": (0, 28, "slf_op_6"), }, - + ("IO_I3C", (25, 27, 0)): { + "PU_ENB": (25, 27, "lutff_6/in_0"), + "WEAK_PU_ENB": (25, 27, "lutff_4/in_0"), + "PACKAGE_PIN": (19, 31, 0) + }, + ("IO_I3C", (25, 27, 1)): { + "PU_ENB": (25, 27, "lutff_7/in_0"), + "WEAK_PU_ENB": (25, 27, "lutff_5/in_0"), + "PACKAGE_PIN": (19, 31, 1) + } } } |