3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
yosys/techlibs/ice40/spram.txt
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;
}
}