This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
picorv32
Watch
1
Star
0
Fork
You've already forked picorv32
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9d4a5dc0c
picorv32
/
scripts
/
vivado
/
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