From: Eddie Hung Date: Thu, 29 Aug 2019 02:09:29 +0000 (-0700) Subject: Comment out SB_MAC16 arrival time for now, need to handle all its modes X-Git-Tag: working-ls180~1075^2^2~13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8e38308689a760b69bd2910a36701b19f64656d;p=yosys.git Comment out SB_MAC16 arrival time for now, need to handle all its modes --- 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 );