This website requires JavaScript.
Explore
Help
Sign in
Hardware
/
picorv32
Watch
1
Star
0
Fork
You've already forked picorv32
0
mirror of
https://github.com/YosysHQ/picorv32.git
synced
2025-01-03 03:43:38 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ad08edd2e5
picorv32
/
picosoc
/
sections.lds
10 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
Improve and cleanup picosoc firmware
2017-08-11 10:15:07 -04:00
SECTIONS {
.memory : {
Removed UB from picosoc demo firmware
2017-09-15 13:55:22 -04:00
sram = 0;
Improve picosoc firmware build process
2017-09-15 09:19:48 -04:00
. = 0x100000;
Improve and cleanup picosoc firmware
2017-08-11 10:15:07 -04:00
start*(.text);
*(.text);
*(*);
}
}
Reference in a new issue
Copy permalink