Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for suffixed AXI bus signal names #78

Open
yotarid opened this issue Dec 11, 2023 · 0 comments
Open

No support for suffixed AXI bus signal names #78

yotarid opened this issue Dec 11, 2023 · 0 comments

Comments

@yotarid
Copy link

yotarid commented Dec 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant