mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
Put attributes above port
This commit is contained in:
parent
d672b1ddec
commit
e658d472c8
2 changed files with 62 additions and 27 deletions
|
@ -21,10 +21,14 @@ module RAMB18E1 (
|
|||
input [1:0] WEA,
|
||||
input [3:0] WEBWE,
|
||||
|
||||
(* abc_arrival=2454 *) output [15:0] DOADO,
|
||||
(* abc_arrival=2454 *) output [15:0] DOBDO,
|
||||
(* abc_arrival=2454 *) output [1:0] DOPADOP,
|
||||
(* abc_arrival=2454 *) output [1:0] DOPBDOP
|
||||
(* abc_arrival=2454 *)
|
||||
output [15:0] DOADO,
|
||||
(* abc_arrival=2454 *)
|
||||
output [15:0] DOBDO,
|
||||
(* abc_arrival=2454 *)
|
||||
output [1:0] DOPADOP,
|
||||
(* abc_arrival=2454 *)
|
||||
output [1:0] DOPBDOP
|
||||
);
|
||||
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||
|
@ -145,10 +149,14 @@ module RAMB36E1 (
|
|||
input [3:0] WEA,
|
||||
input [7:0] WEBWE,
|
||||
|
||||
(* abc_arrival=2454 *) output [31:0] DOADO,
|
||||
(* abc_arrival=2454 *) output [31:0] DOBDO,
|
||||
(* abc_arrival=2454 *) output [3:0] DOPADOP,
|
||||
(* abc_arrival=2454 *) output [3:0] DOPBDOP
|
||||
(* abc_arrival=2454 *)
|
||||
output [31:0] DOADO,
|
||||
(* abc_arrival=2454 *)
|
||||
output [31:0] DOBDO,
|
||||
(* abc_arrival=2454 *)
|
||||
output [3:0] DOPADOP,
|
||||
(* abc_arrival=2454 *)
|
||||
output [3:0] DOPBDOP
|
||||
);
|
||||
parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||
parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue