Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
YosysBigSim
/
amber23
/
sim
/
sections.lds
blob: b03d3fe2e6c487c8ac341a227da712e635f8cb27 [
file
] [
log
] [
blame
] [
edit
]
SECTIONS
{
.
memory
:
{
.
=
0x000000
;
start
*(.
text
);
*(.
text
*);
*(.
data
*);
*(.
rodata
*);
*(.
bss
*);
__stack
=
.;
}
}