URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
[/] [minsoc/] [branches/] [verilator/] [backend/] [altera_3c25_board/] [orp.ld] - Rev 93
Go to most recent revision | Compare with Previous | Blame | View Log
MEMORY{reset : ORIGIN = 0x00000000, LENGTH = 0x00000200vectors : ORIGIN = 0x00000200, LENGTH = 0x00001000ram : ORIGIN = 0x00001200, LENGTH = 0x0001EE00 /*0x20000 total*/}SECTIONS{.reset :{*(.reset)} > reset.vectors :{_vec_start = .;*(.vectors)_vec_end = .;} > vectors.text :{*(.text)} > ram.rodata :{*(.rodata)*(.rodata.*)} > ram.icm :{_icm_start = .;*(.icm)_icm_end = .;} > ram.data :{_dst_beg = .;*(.data)_dst_end = .;} > ram.bss :{*(.bss)} > ram.stack (NOLOAD) :{*(.stack)_src_addr = .;} > ram}
Go to most recent revision | Compare with Previous | Blame | View Log
