FPGA-RISC-V-CPU
/
software
/
uart_parse
/
uart_parse.ld
uart_parse.ld
Raw
SECTIONS { . = 0x10000000; .text : { * (.start); * (.text); } }