mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 03:57:52 +00:00
added no-rw-check, and new rfb models
This commit is contained in:
parent
a5bfb23b47
commit
474ed28aee
7 changed files with 158 additions and 15 deletions
15
techlibs/nanoxplore/rf_rams_l.txt
Normal file
15
techlibs/nanoxplore/rf_rams_l.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
ram distributed $__NX_RFB_L_ {
|
||||
abits 6;
|
||||
width 16;
|
||||
cost 10;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
|
||||
port sw "W" {
|
||||
clock anyedge;
|
||||
}
|
||||
port sr "R" {
|
||||
clock anyedge;
|
||||
rden;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue