mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 06:50:09 +00:00
Add meminit handling for NX_RFB_U
This commit is contained in:
parent
6876a27547
commit
1a6e5c671f
4 changed files with 120 additions and 4 deletions
|
@ -25,7 +25,6 @@ ram distributed $__NX_RFB_U_DPREG_ {
|
|||
widths 36 global;
|
||||
}
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
|
||||
port sw "W" {
|
||||
clock anyedge;
|
||||
|
@ -43,7 +42,6 @@ ram distributed $__NX_RFB_U_SPREG_ {
|
|||
abits 5;
|
||||
width 18;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
port arsw "RW" {
|
||||
clock anyedge;
|
||||
}
|
||||
|
@ -58,7 +56,6 @@ ram distributed $__NX_XRFB_2R_1W_ {
|
|||
abits 5;
|
||||
width 18;
|
||||
init no_undef;
|
||||
prune_rom;
|
||||
port sw "W" {
|
||||
clock anyedge;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue