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