mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-20 02:00:23 +00:00
Start adding RFB simulation models
This commit is contained in:
parent
8eb099c1f4
commit
f4d8ea4c40
5 changed files with 240 additions and 114 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
ram distributed $__NX_RFB_U_DPREG_ {
|
||||
option "MODE" 0 {
|
||||
cost 35;
|
||||
cost 30;
|
||||
widthscale 30;
|
||||
abits 5;
|
||||
widths 18 global;
|
||||
|
@ -53,8 +53,8 @@ ram distributed $__NX_RFB_U_SPREG_ {
|
|||
# NX_RFB_U in mode 4 (NX_XRFB_2R_1W)
|
||||
|
||||
ram distributed $__NX_XRFB_2R_1W_ {
|
||||
cost 30;
|
||||
widthscale;
|
||||
cost 40;
|
||||
widthscale 30;
|
||||
abits 5;
|
||||
width 18;
|
||||
init no_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue