picorv32/scripts/vivado/firmware.lds

12 lines
105 B
Plaintext
Raw Normal View History

2015-07-08 20:48:14 -04:00
SECTIONS {
.memory : {
. = 0x000000;
*(.init);
*(.text);
*(*);
. = ALIGN(4);
end = .;
}
}