mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Towards Xilinx bram support
This commit is contained in:
parent
7cc5192125
commit
ec2eef89fa
3 changed files with 65 additions and 24 deletions
|
@ -167,10 +167,10 @@ module \$__XILINX_RAMB18_TDP18 (CLK2, CLK3, A1ADDR, A1DATA, B1ADDR, B1DATA, B1EN
|
|||
input CLK2;
|
||||
input CLK3;
|
||||
|
||||
input [8:0] A1ADDR;
|
||||
input [9:0] A1ADDR;
|
||||
output [17:0] A1DATA;
|
||||
|
||||
input [8:0] B1ADDR;
|
||||
input [9:0] B1ADDR;
|
||||
input [17:0] B1DATA;
|
||||
input [1:0] B1EN;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue