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

Increasing Rocket's memory addressing #12

Open
rajatsrao opened this issue Oct 22, 2022 · 0 comments
Open

Increasing Rocket's memory addressing #12

rajatsrao opened this issue Oct 22, 2022 · 0 comments

Comments

@rajatsrao
Copy link

Hi @li3tuo4 ,

The default project has 256 MB made available to the Rocket core. I want to increase this to 1 GB. I checked that the address editor for Zynq has 2 GB addressable and I modified the rocketchip_wrapper.v file -

assign S_AXI_araddr = {2'd1, mem_araddr[29:0]};
assign S_AXI_awaddr = {2'd1, mem_awaddr[29:0]};

This should allow it to address memory starting at 1 GB offset and 30 bits means it can address 1 GB of memory. But, with this change, it completely stopped working. Any chisel code/parameters that need to be changed to match?

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