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

10 lines
77 B
Text
Raw Normal View History

SECTIONS {
.memory : {
. = 0x000000;
*(.text);
*(*);
end = .;
}
}