BlinkenArea - GitList
Repositories
Blog
Wiki
mips_sys
Code
Commits
Branches
Tags
Search
Tree:
420617e
Branches
Tags
master
mips_sys
fw
lnk.cmd
added "LEDs" I/O peripheral changed instruction memory from dpram to generated rom improved firmware structure to generate rom VHDL code
Stefan Schuermans
commited
420617e
at 2012-02-10 22:43:28
lnk.cmd
Blame
History
Raw
SECTIONS { . = 0x00000000; .text : { *(.text) } . = 0x00001000; .data : { *(.data) } .bss : { *(.bss) } }