mirror of https://github.com/YosysHQ/picorv32.git
Merge branch 'yanghao-master'
This commit is contained in:
commit
b7e82dfcd1
|
@ -20,5 +20,6 @@ SECTIONS {
|
|||
*(.text);
|
||||
*(*);
|
||||
end = .;
|
||||
. = ALIGN(4);
|
||||
} > mem
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue