3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-02 20:47:53 +00:00

ice40: Use memory_libmap pass.

This commit is contained in:
Marcelina Kościelnicka 2022-02-27 09:29:26 +01:00
parent 3b2f95953c
commit d7dc2313b9
9 changed files with 285 additions and 506 deletions

12
techlibs/ice40/spram.txt Normal file
View file

@ -0,0 +1,12 @@
ram huge $__ICE40_SPRAM_ {
abits 14;
width 16;
cost 2048;
byte 4;
port srsw "A" {
clock posedge;
clken;
wrbe_separate;
rdwr no_change;
}
}