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

Refactor iob-soc wrappers; Add axi_interconnect_wrapper module; Generate bootrom with py2. #937

Merged
merged 6 commits into from
Aug 30, 2024

Conversation

arturum1
Copy link
Contributor

  • Remove automation scripts from iob-soc wrappers (improves legibility) and refactor them.
  • Create axi_interconnect_wrapper. Wrapper has individual ports for each master/slave.
  • Fully generate iob_bootrom module with py2hwsw.
  • Fix iob-soc warnings.

New module uses `num_masters` and `num_slaves` python parameters to
generate a wrapper for the `axi_interconnect` with corresponding number of
individual ports for masters and slaves.

This differs from the `axi_interconnect` module because that module uses verilog
parameters to select the number of masters/slaves and has all buses
concatenated into a single port.
Remove automation scripts (improves legibility).
Fix bugs in axi_interconnect_wrapper.
@jjts jjts merged commit c141add into IObundle:if_gen2 Aug 30, 2024
6 of 7 checks passed
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.

2 participants