3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-05 07:24:01 +00:00

synth_nexus to synth_lattice

This commit is contained in:
Miodrag Milanovic 2023-08-31 13:17:21 +02:00 committed by Lofty
parent 58f9531bfb
commit 714603bf69
21 changed files with 158 additions and 477 deletions

View file

@ -0,0 +1,12 @@
ram distributed $__NEXUS_DPR16X4_ {
abits 4;
width 4;
cost 4;
init no_undef;
prune_rom;
port sw "W" {
clock posedge;
}
port ar "R" {
}
}