alexforencich/cocotbext-axi

No support for suffixed AXI bus signal names

Opened this issue · 0 comments

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