1
0
mirror of synced 2026-02-02 15:11:06 +00:00
Files
YosysHQ.yosys/techlibs/anlogic/lutrams.txt
2022-05-18 17:32:56 +02:00

13 lines
151 B
Plaintext

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