You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axi::axi4_lite_cfg does not work with bind_aw function because all signals are wired there, including aw_user.bind(o.aw_user), although the width of aw_user in axi4_lite_cfg is USERWIDTH = 0
This leads to the following error message
[E] [ 0 s ](E5) out of bounds: sc_uint[_base] initialization: length = 0 violates 1 <= length <= 64 [FILE:/scratch/stas/repos/Tests/Raven/Minres-SystemC/src/sysc/datatypes/int/sc_uint_base.cpp:345]
The text was updated successfully, but these errors were encountered:
axi::axi4_lite_cfg
does not work with bind_aw function because all signals are wired there, includingaw_user.bind(o.aw_user)
, although the width of aw_user in axi4_lite_cfg isUSERWIDTH = 0
This leads to the following error message
[E] [ 0 s ](E5) out of bounds: sc_uint[_base] initialization: length = 0 violates 1 <= length <= 64 [FILE:/scratch/stas/repos/Tests/Raven/Minres-SystemC/src/sysc/datatypes/int/sc_uint_base.cpp:345]
The text was updated successfully, but these errors were encountered: