aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-28 19:07:28 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-28 19:07:28 -0700
commit309684af16c763f7874beb605d0834c64975d004 (patch)
treea55bf800ad75401eec31a0780da1344afeeb5bf3
parentefa4ee5c0e6201f357d7c02a7deeb1ba1c23c368 (diff)
downloadyosys-309684af16c763f7874beb605d0834c64975d004.tar.gz
yosys-309684af16c763f7874beb605d0834c64975d004.tar.bz2
yosys-309684af16c763f7874beb605d0834c64975d004.zip
Add arrival for SB_MAC16.O
-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 116188acb..f4cc342eb 100644
--- a/techlibs/ice40/cells_sim.v
+++ b/techlibs/ice40/cells_sim.v
@@ -1445,6 +1445,7 @@ module SB_MAC16 (
input ADDSUBTOP, ADDSUBBOT,
input OHOLDTOP, OHOLDBOT,
input CI, ACCUMCI, SIGNEXTIN,
+ `ABC_ARRIVAL_U(1984) // https://github.com/cliffordwolf/icestorm/blob/95949315364f8d9b0c693386aefadf44b28e2cf6/icefuzz/timings_up5k.txt#L587
output [31:0] O,
output CO, ACCUMCO, SIGNEXTOUT
);