3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/techlibs/nexus/lrams.txt
2022-05-18 17:32:56 +02:00

22 lines
324 B
Plaintext

ram huge $__NX_DPSC512K_ {
abits 14;
width 32;
byte 8;
cost 2048;
init no_undef;
port srsw "A" "B" {
clock posedge "C";
clken;
wrbe_separate;
rdwr no_change;
option "RESETMODE" "SYNC" {
rdsrst zero gated_clken;
}
option "RESETMODE" "ASYNC" {
rdarst zero;
}
rdinit zero;
wrtrans all old;
}
}