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
As many others in the community, in order to preserve consistency and readability across my RTL code, I use suffixed signal names (ie: _i for inputs, _o for outputs). For all the modules/entities interfacing through AXI, I make sure to enforce this coding rule also for the AXI bus signals. However, as defined in your cocotb module here [1], the signals are only recognised when no suffix is used. Would it be possible to provide a support for suffixed bus signal names as well ?
Dear developers,
As many others in the community, in order to preserve consistency and readability across my RTL code, I use suffixed signal names (ie:
_i
for inputs,_o
for outputs). For all the modules/entities interfacing through AXI, I make sure to enforce this coding rule also for the AXI bus signals. However, as defined in your cocotb module here [1], the signals are only recognised when no suffix is used. Would it be possible to provide a support for suffixed bus signal names as well ?[1] https://github.com/alexforencich/cocotbext-axi/blob/master/cocotbext/axi/axi_channels.py#L27-L62
The text was updated successfully, but these errors were encountered: