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:
parent
3b2f95953c
commit
d7dc2313b9
9 changed files with 285 additions and 506 deletions
12
techlibs/ice40/spram.txt
Normal file
12
techlibs/ice40/spram.txt
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue