mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 09:03:27 +00:00
Add (* abc_flop_q *) to brams_bb.v
This commit is contained in:
parent
6cf092641f
commit
f0e93f33cf
1 changed files with 8 additions and 8 deletions
|
@ -19,10 +19,10 @@ module RAMB18E1 (
|
||||||
input [1:0] WEA,
|
input [1:0] WEA,
|
||||||
input [3:0] WEBWE,
|
input [3:0] WEBWE,
|
||||||
|
|
||||||
output [15:0] DOADO,
|
(* abc_flop_q *) output [15:0] DOADO,
|
||||||
output [15:0] DOBDO,
|
(* abc_flop_q *) output [15:0] DOBDO,
|
||||||
output [1:0] DOPADOP,
|
(* abc_flop_q *) output [1:0] DOPADOP,
|
||||||
output [1:0] DOPBDOP
|
(* abc_flop_q *) output [1:0] DOPBDOP
|
||||||
);
|
);
|
||||||
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||||
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||||
|
@ -143,10 +143,10 @@ module RAMB36E1 (
|
||||||
input [3:0] WEA,
|
input [3:0] WEA,
|
||||||
input [7:0] WEBWE,
|
input [7:0] WEBWE,
|
||||||
|
|
||||||
output [31:0] DOADO,
|
(* abc_flop_q *) output [31:0] DOADO,
|
||||||
output [31:0] DOBDO,
|
(* abc_flop_q *) output [31:0] DOBDO,
|
||||||
output [3:0] DOPADOP,
|
(* abc_flop_q *) output [3:0] DOPADOP,
|
||||||
output [3:0] DOPBDOP
|
(* abc_flop_q *) output [3:0] DOPBDOP
|
||||||
);
|
);
|
||||||
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||||
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue