aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chipdb.py
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-08-03 23:43:53 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-08-03 23:43:53 -0700
commitd66edf522348d1475f1b65d79804f37a751274b3 (patch)
tree4b881ed0409bae10ac553dc5fe1771feb228712e /ice40/chipdb.py
parent3d5dcda12c80175f5bfb2c2615de9cb5fadacb90 (diff)
parent65d73eb9838e0bb8e6d089ecde3d4ffaf34e9e29 (diff)
downloadnextpnr-d66edf522348d1475f1b65d79804f37a751274b3.tar.gz
nextpnr-d66edf522348d1475f1b65d79804f37a751274b3.tar.bz2
nextpnr-d66edf522348d1475f1b65d79804f37a751274b3.zip
Merge branch 'master' into slack_redist_freq
Diffstat (limited to 'ice40/chipdb.py')
-rw-r--r--ice40/chipdb.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/ice40/chipdb.py b/ice40/chipdb.py
index a0d7f03c..d782013f 100644
--- a/ice40/chipdb.py
+++ b/ice40/chipdb.py
@@ -716,7 +716,9 @@ tmport_to_portpin = {
"WCLKE": "WCLKE",
"WE": "WE",
"posedge:CLOCK": "CLOCK",
- "posedge:SLEEP": "SLEEP"
+ "posedge:SLEEP": "SLEEP",
+ "USERSIGNALTOGLOBALBUFFER": "USER_SIGNAL_TO_GLOBAL_BUFFER",
+ "GLOBALBUFFEROUTPUT": "GLOBAL_BUFFER_OUTPUT"
}
for i in range(16):
@@ -744,6 +746,8 @@ def add_cell_timingdata(bel_type, timing_cell, fast_db, slow_db):
cell_timings[bel_type] = timing_entries
add_cell_timingdata("ICESTORM_LC", "LogicCell40", fast_timings, slow_timings)
+add_cell_timingdata("SB_GB", "ICE_GB", fast_timings, slow_timings)
+
if dev_name != "384":
add_cell_timingdata("ICESTORM_RAM", "SB_RAM40_4K", fast_timings, slow_timings)
if dev_name == "5k":