Add BootROM | Fix ResetWrangler for DDR | Add scripts
This commit is contained in:
5
fpga/src/main/resources/vcu118/sdboot/linker/memory.lds
Normal file
5
fpga/src/main/resources/vcu118/sdboot/linker/memory.lds
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
bootrom_mem (rx) : ORIGIN = 0x10000, LENGTH = 0x2000
|
||||
memory_mem (rwx) : ORIGIN = 0x80000000, LENGTH = 0x40000000
|
||||
}
|
||||
Reference in New Issue
Block a user