1
0
Fork 0
mirror of https://github.com/YosysHQ/picorv32.git synced 2025-01-03 03:43:38 -05:00
picorv32/scripts/tomthumbtg/sections.lds

8 lines
58 B
Text
Raw Normal View History

2016-10-23 08:32:26 -04:00
SECTIONS {
.memory : {
. = 0;
*(.text);
*(*);
}
}