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

Create iob_axil_split module; Use single axi2axil bridge; Use axil interface for peripherals. Move bootrom to address 0x40000000. #946

Merged
merged 4 commits into from
Sep 13, 2024

Conversation

arturum1
Copy link
Contributor

@arturum1 arturum1 commented Sep 13, 2024

[0x00000000-0x3FFFFFFF]: Memory (30 bits)
[0x40000000-0x7FFFFFFF]: Bootrom (30 bits)
[0x80000000-0xFFFFFFFF]: Peripherals (uncached) (31 bits)

Also add python parameters for GPIO.

WIP: axi_interconnect gets stuck while running bootloader.
Add the following python parameters:
- name: name of the generated verilog module (we can't have two verilog
  modules with the same name but different I/Os)
- n_inputs: number of input ports
- n_outputs: number of output ports
- tristate: if true enable dedicated output port for tristate (output enable).
@jjts jjts merged commit c008c4f into IObundle:if_gen2 Sep 13, 2024
6 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