aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-28 19:09:29 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-28 19:09:29 -0700
commite8e38308689a760b69bd2910a36701b19f64656d (patch)
treeb8177300f261182b0eb3220a275f6c7926fb496d
parent309684af16c763f7874beb605d0834c64975d004 (diff)
downloadyosys-e8e38308689a760b69bd2910a36701b19f64656d.tar.gz
yosys-e8e38308689a760b69bd2910a36701b19f64656d.tar.bz2
yosys-e8e38308689a760b69bd2910a36701b19f64656d.zip
Comment out SB_MAC16 arrival time for now, need to handle all its modes
-rw-r--r--techlibs/ice40/cells_sim.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v
index f4cc342eb..8e5e0358e 100644
--- a/techlibs/ice40/cells_sim.v
+++ b/techlibs/ice40/cells_sim.v
@@ -1445,7 +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
+ //`ABC_ARRIVAL_U(1984) // https://github.com/cliffordwolf/icestorm/blob/95949315364f8d9b0c693386aefadf44b28e2cf6/icefuzz/timings_up5k.txt#L13026
output [31:0] O,
output CO, ACCUMCO, SIGNEXTOUT
);