mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 12:07:51 +00:00
start cleaning rams
This commit is contained in:
parent
370517b1e6
commit
a5bfb23b47
8 changed files with 101 additions and 27 deletions
26
techlibs/nanoxplore/brams.txt
Normal file
26
techlibs/nanoxplore/brams.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
ram block $__NX_RAM_ {
|
||||
abits 13;
|
||||
widths 1 2 4 9 per_port;
|
||||
cost 64;
|
||||
init no_undef;
|
||||
port srsw "A" "B" {
|
||||
clock anyedge;
|
||||
clken;
|
||||
portoption "WRITEMODE" "NORMAL" {
|
||||
rdwr no_change;
|
||||
}
|
||||
portoption "WRITEMODE" "WRITETHROUGH" {
|
||||
rdwr new;
|
||||
}
|
||||
portoption "WRITEMODE" "READBEFOREWRITE" {
|
||||
rdwr old;
|
||||
}
|
||||
option "RESETMODE" "SYNC" {
|
||||
rdsrst zero ungated block_wr;
|
||||
}
|
||||
option "RESETMODE" "ASYNC" {
|
||||
rdarst zero;
|
||||
}
|
||||
rdinit zero;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue