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

Introduce combined modules #5

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wirthjohannes
Copy link

This PR introduces combined modules (and interfaces) for AXI4, AXI4-Lite and AXI3.
With this you no longer need to instantiate two separate modules for RD and WR.

This change is entirely optional and does not break existing usages.

Besides this, the PR also gets rid of the compiler warnings produced by the dummy modules.

@wirthjohannes wirthjohannes marked this pull request as draft October 11, 2024 20:10
@wirthjohannes
Copy link
Author

Replaced the GetS interfaces in the combined modules with the more common Get.
This makes the "normal" usage more in-line with the existing, split modules. But it does not allow snooping of values (for the combined modules).

If snooping is something which we want, we need to to figure out a good way to do this without impacting the "normal" usage. (Also until now snooping was implemented only in some of the split modules)

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

Successfully merging this pull request may close these issues.

1 participant