Skip to content

VCU118 2 GB memory or more #163

@XC1a

Description

@XC1a

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions