1
0
mirror of synced 2026-02-02 15:11:06 +00:00
Files
YosysHQ.yosys/techlibs/gowin/lutrams.txt
Marcelina Kościelnicka e4d811561c gowin: Use memory_libmap pass.
2022-05-18 17:32:56 +02:00

14 lines
160 B
Plaintext

ram distributed $__GOWIN_LUTRAM_ {
abits 4;
width 4;
cost 4;
widthscale;
init no_undef;
prune_rom;
port sw "W" {
clock posedge;
}
port ar "R" {
}
}