Missing abc_flop_q attribute on SPRAM
authorEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 21:44:08 +0000 (14:44 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 21:44:08 +0000 (14:44 -0700)
techlibs/ice40/cells_sim.v

index cf7b9d2521139263c95aa7590ebb2eb415c5fd6d..70cd51ed10a5662d4121c74881b07807809a9086 100644 (file)
@@ -887,7 +887,7 @@ module SB_SPRAM256KA (
        input [15:0] DATAIN,
        input [3:0] MASKWREN,
        input WREN, CHIPSELECT, CLOCK, STANDBY, SLEEP, POWEROFF,
-       output reg [15:0] DATAOUT
+       (* abc_flop_q *) output reg [15:0] DATAOUT
 );
 `ifndef BLACKBOX
 `ifndef EQUIV