This website requires JavaScript.
Explore
Help
Sign In
Hardware
/
picorv32
mirror of
https://github.com/YosysHQ/picorv32.git
Watch
1
Star
0
Fork
You've already forked picorv32
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1cc9784d71
picorv32
/
picosoc
/
sections.lds
12 lines
117 B
Plaintext
Raw
Blame
History
SECTIONS {
.memory : {
sram = 0;
*(.data);
*(.bss);
. = 0x100000;
start*(.text);
*(.text);
*(*);
}
}
Reference in New Issue
View Git Blame
Copy Permalink