yosys/techlibs/machxo2/lutrams.txt

13 lines
145 B
Plaintext
Raw Normal View History

2023-03-31 08:46:35 -05:00
ram distributed $__TRELLIS_DPR16X4_ {
2022-03-05 20:43:13 -06:00
abits 4;
width 4;
cost 4;
2023-03-31 08:46:35 -05:00
init any;
2022-03-05 20:43:13 -06:00
prune_rom;
port sw "W" {
2023-03-31 08:46:35 -05:00
clock anyedge;
2022-03-05 20:43:13 -06:00
}
port ar "R" {
}
}