yosys/techlibs/nexus/lutrams.txt

13 lines
148 B
Plaintext
Raw Normal View History

2022-02-07 20:52:50 -06:00
ram distributed $__NEXUS_DPR16X4_ {
abits 4;
width 4;
cost 4;
init no_undef;
prune_rom;
port sw "W" {
clock posedge;
}
port ar "R" {
}
}