mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 11:20:27 +00:00
machxo2: Use memory_libmap
pass.
This commit is contained in:
parent
9d11575856
commit
2dcb0797f0
7 changed files with 578 additions and 1 deletions
12
techlibs/machxo2/lutrams.txt
Normal file
12
techlibs/machxo2/lutrams.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
ram distributed $__DPR16X4C_ {
|
||||
abits 4;
|
||||
width 4;
|
||||
cost 4;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
port sw "W" {
|
||||
clock posedge;
|
||||
}
|
||||
port ar "R" {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue