mirror of https://github.com/YosysHQ/yosys.git
Missing abc_flop_q attribute on SPRAM
This commit is contained in:
parent
1ec5f18346
commit
671cca59a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue