URL
https://opencores.org/ocsvn/xulalx25soc/xulalx25soc/trunk
[/] [xulalx25soc/] [trunk/] [sw/] [ziprun.cpp] - Diff between revs 30 and 53
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 30 |
Rev 53 |
Line 459... |
Line 459... |
entry = RAMBASE;
|
entry = RAMBASE;
|
#endif
|
#endif
|
} else if (permit_raw_files) {
|
} else if (permit_raw_files) {
|
secpp = rawsection(codef);
|
secpp = rawsection(codef);
|
entry = RAMBASE;
|
entry = RAMBASE;
|
|
} else {
|
|
fprintf(stderr, "ERR: %s is not in ELF format\n", codef);
|
|
exit(EXIT_FAILURE);
|
}
|
}
|
|
|
// assert(secpp[1]->m_len = 0);
|
// assert(secpp[1]->m_len = 0);
|
for(int i=0; secpp[i]->m_len; i++) {
|
for(int i=0; secpp[i]->m_len; i++) {
|
bool valid = false;
|
bool valid = false;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.