3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
yosys/techlibs/xilinx/brams_xcv.txt
2022-05-18 17:32:56 +02:00

18 lines
302 B
Plaintext

# Block RAMs for the original Virtex.
# The corresponding mapping file is brams_xcv_map.v
ram block $__XILINX_BLOCKRAM_ {
abits 12;
widths 1 2 4 8 16 per_port;
cost 32;
init any;
port srsw "A" "B" {
clock posedge;
clken;
rdwr new;
rdinit zero;
rdsrst zero gated_clken;
optional;
}
}