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

Use dynamic peripheral addresses; Fix axi_m_port signals part-select; Fix boot_ram size. #60

Closed
wants to merge 6 commits into from

Conversation

arturum1
Copy link
Contributor

  • Remove fixed N_SLAVES value from Veriog source.
  • Remove fixed peripheral addresses from firmware and bootloader.
  • Add scripts to dynamically generate these values based on configured peripherals.
  • Remove FILE_SIZE parameter of axi_ram in wrapper.
  • Fix boot_ram size.
  • Fix axi_m_port signals part-select in the system's internal axi_interconnect.
  • Update IOBSOC submodule.

- Remove fixed N_SLAVES value from Veriog source.
- Remove fixed peripheral addresses from firmware.
- Add scripts to dynamically generate these values based on configured
  peripherals.
The `axi_m_port` interface of this system is a variable width bus based
on the amount of peripherals with DMA connections.
When the bus size is greater than 1, the part-select of this bus interface must be specified.
@arturum1
Copy link
Contributor Author

Closing. These changes will be merged in #59.

@arturum1 arturum1 closed this Oct 31, 2023
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