mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-17 20:54:47 +00:00
Missing abc_flop_q attribute on SPRAM
This commit is contained in:
parent
1ec5f18346
commit
671cca59a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue