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

synth_nexus to synth_lattice

This commit is contained in:
Miodrag Milanovic 2023-08-31 13:17:21 +02:00
parent 567e803f14
commit 247613e649
21 changed files with 160 additions and 476 deletions

View file

@ -1,21 +0,0 @@
ram huge $__NX_DPSC512K_ {
abits 14;
width 32;
byte 8;
cost 2048;
init no_undef;
port srsw "A" "B" {
clock posedge "C";
clken;
wrbe_separate;
rdwr no_change;
option "RESETMODE" "SYNC" {
rdsrst zero gated_clken;
}
option "RESETMODE" "ASYNC" {
rdarst zero;
}
rdinit zero;
wrtrans all old;
}
}