Files
chipyard/fpga/src/main/resources/vcu118/sdboot/linker/memory.lds
2020-10-20 21:20:11 -07:00

6 lines
128 B
Plaintext

MEMORY
{
bootrom_mem (rx) : ORIGIN = 0x10000, LENGTH = 0x2000
memory_mem (rwx) : ORIGIN = 0x80000000, LENGTH = 0x40000000
}