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
25c58766c3
picorv32
/
scripts
/
icestorm
/
firmware.lds
12 lines
105 B
Plaintext
Raw
Blame
History
SECTIONS {
.memory : {
. = 0x000000;
*(.init);
*(.text);
*(*);
. = ALIGN(4);
end = .;
}
}
Reference in New Issue
View Git Blame
Copy Permalink