1
0
mirror of synced 2026-01-30 05:44:00 +00:00
Files
YosysHQ.yosys/techlibs/ice40/spram.txt
Marcelina Kościelnicka d7dc2313b9 ice40: Use memory_libmap pass.
2022-05-18 17:32:56 +02:00

13 lines
153 B
Plaintext

ram huge $__ICE40_SPRAM_ {
abits 14;
width 16;
cost 2048;
byte 4;
port srsw "A" {
clock posedge;
clken;
wrbe_separate;
rdwr no_change;
}
}