mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
5 lines
71 B
Text
5 lines
71 B
Text
SECTIONS {
|
|
. = 0x00000000;
|
|
.text : { *(.text) }
|
|
_ftext = 0x00010000;
|
|
}
|