1
0
mirror of synced 2026-02-02 23:21:07 +00:00
Files
YosysHQ.yosys/techlibs/lattice/lutrams.txt
Miodrag Milanovic e3c15f003e Create synth_lattice
2023-08-23 10:53:21 +02:00

13 lines
145 B
Plaintext

ram distributed $__TRELLIS_DPR16X4_ {
abits 4;
width 4;
cost 4;
init any;
prune_rom;
port sw "W" {
clock anyedge;
}
port ar "R" {
}
}