aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-24 12:16:05 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-24 12:17:09 -0800
commit81e6b040a4e9a6c8def9c4d68851e2a1f9328ed8 (patch)
tree3e1fc221eb58894fc9d433778bef1e2ac770708a
parent2d795fb8c0546ed2b65ee75ffdfd769c48b1164c (diff)
downloadyosys-81e6b040a4e9a6c8def9c4d68851e2a1f9328ed8.tar.gz
yosys-81e6b040a4e9a6c8def9c4d68851e2a1f9328ed8.tar.bz2
yosys-81e6b040a4e9a6c8def9c4d68851e2a1f9328ed8.zip
ice40: add SB_SPRAM256KA arrival time
-rw-r--r--techlibs/ice40/cells_sim.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v
index 7d1b37fd6..50eab5dde 100644
--- a/techlibs/ice40/cells_sim.v
+++ b/techlibs/ice40/cells_sim.v
@@ -1126,6 +1126,7 @@ module SB_SPRAM256KA (
input [15:0] DATAIN,
input [3:0] MASKWREN,
input WREN, CHIPSELECT, CLOCK, STANDBY, SLEEP, POWEROFF,
+ `ABC9_ARRIVAL_U(1821) // https://github.com/cliffordwolf/icestorm/blob/95949315364f8d9b0c693386aefadf44b28e2cf6/icefuzz/timings_up5k.txt#L13207
output reg [15:0] DATAOUT
);
`ifndef BLACKBOX