zynq7000-rs/memory.x

9 lines
120 B
Plaintext
Raw Normal View History

2025-02-19 11:00:04 +01:00
MEMORY
{
/* Zedboard: 512 MB DDR3. */
2025-02-20 22:55:58 +01:00
CODE(rx) : ORIGIN = 0x00100000, LENGTH = 512M
2025-02-19 11:00:04 +01:00
}
2025-02-20 22:55:58 +01:00
REGION_ALIAS("DATA", CODE);