mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-02 14:09:31 +00:00
synth_nexus to synth_lattice
This commit is contained in:
parent
58f9531bfb
commit
714603bf69
21 changed files with 158 additions and 477 deletions
21
techlibs/lattice/lrams_nexus.txt
Normal file
21
techlibs/lattice/lrams_nexus.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue