URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [hello-uart/] [ram.ld] - Rev 1769
Go to most recent revision | Compare with Previous | Blame | View Log
MEMORY{vectors : ORIGIN = 0x00000000, LENGTH = 0x00002000ram : ORIGIN = 0x00002000, LENGTH = 0x00200000 - 0x00002000}SECTIONS{.vectors :{*(.vectors)} > vectors.text :{*(.text)} > ram.data :{*(.data)} > ram.rodata :{*(.rodata)} > ram.bss :{*(.bss)} > ram.stack :{*(.stack)_src_addr = .;} > ram}
Go to most recent revision | Compare with Previous | Blame | View Log
