URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
Compare Revisions
- This comparison shows the changes necessary to convert path
/amber
- from Rev 24 to Rev 25
- ↔ Reverse comparison
Rev 24 → Rev 25
/trunk/sw/boot-loader/elfsplitter.c
156,6 → 156,7
|
char SHT_NAME[80]; |
|
#ifdef _PRINT_IT |
char* pSHT ( int sh_type ) |
{ |
switch (sh_type) { |
183,6 → 184,7
} |
return &SHT_NAME[0]; |
} |
#endif |
|
|
|
/trunk/hw/tools/run.sh
235,7 → 235,6
BOOT_MEM_PARAMS_FILE="../tests/${AMBER_TEST_NAME}_memparams.v" |
# Get timeout |
AMBER_TIMEOUT=`../tools/get_timeout.sh ${AMBER_TEST_NAME}` |
echo "Timeout $AMBER_TIMEOUT" |
elif [ $TEST_TYPE == 2 ]; then |
# sw Stand-alone C test |
pushd ../../sw/${AMBER_TEST_NAME} > /dev/null |