SystemC-Components icon indicating copy to clipboard operation
SystemC-Components copied to clipboard

axi4_lite_cfg with bind_aw

Open staskau opened this issue 3 years ago • 0 comments

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]

staskau avatar Jun 27 '22 11:06 staskau