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

24 lines
300 B
Plaintext

ram block $__ICE40_RAM4K_ {
abits 11;
widths 2 4 8 16 per_port;
cost 64;
option "HAS_BE" 1 {
byte 1;
}
init any;
port sw "W" {
option "HAS_BE" 0 {
width 2 4 8;
}
option "HAS_BE" 1 {
width 16;
wrbe_separate;
}
clock anyedge;
}
port sr "R" {
clock anyedge;
rden;
}
}