Missing abc_flop_q attribute on SPRAM

This commit is contained in:
Eddie Hung 2019-04-17 14:44:08 -07:00
parent 1ec5f18346
commit 671cca59a9
1 changed files with 1 additions and 1 deletions

View 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