mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +00:00
xilinx: Add block RAM mapping for Virtex 2* and Spartan 3*.
This commit is contained in:
parent
95c46ccc55
commit
30854b9c7f
11 changed files with 370 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
// Virtex 6 and Series 7 block RAM mapping.
|
||||
|
||||
module \$__XILINX_RAMB36_SDP (CLK2, CLK3, A1ADDR, A1DATA, A1EN, B1ADDR, B1DATA, B1EN);
|
||||
parameter CLKPOL2 = 1;
|
||||
parameter CLKPOL3 = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue