URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [stable_0_2_x/] [or1ksim/] [testbench/] [int_test.ld] - Rev 1765
Compare with Previous | Blame | View Log
MEMORY{flash : ORIGIN = 0xf0000000, LENGTH = 0x00200000ram : ORIGIN = 0x00000500, LENGTH = 0x001fb000}SECTIONS{.reset :{*(.reset)_src_beg = .;} > flash.text :AT ( ADDR (.reset) + SIZEOF (.reset) ){_dst_beg = .;*(.text)} > ram.data :AT ( ADDR (.reset) + SIZEOF (.reset) + SIZEOF (.text) ){*(.data)*(.rodata)_dst_end = .;} > ram.bss :{*(.bss)} > ram}
