-
Notifications
You must be signed in to change notification settings - Fork 48
VCU118 2 GB memory or more #163
Copy link
Copy link
Open
Description
Hi,
I am trying to support >1 GB memory for VCU118 board. To support this, I tried:
(1) Starting memory region at 0x4000_0000 and increase the size in litex target file o 0x8000_0000. But it failed, just as previous report that the starting address and the size should be aligned.
(2) Staring at 0x8000_0000 and move the io_regions in core.py to lower region, such as {0x4000_0000:0x4000_0000}. It can pass the check but it cannot generate the right bios and basically no output from uart.
After checking the address masking, it seems the io_region must stay in higher space. If you have some solutions to support at least 2GB memory?
Many thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels