3
0
Fork 0
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:
Marcelina Kościelnicka 2022-03-06 03:43:13 +01:00
parent 9d11575856
commit 2dcb0797f0
7 changed files with 578 additions and 1 deletions

View 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" {
}
}