URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
Compare Revisions
- This comparison shows the changes necessary to convert path
/amber/trunk/hw
- from Rev 43 to Rev 45
- ↔ Reverse comparison
Rev 43 → Rev 45
/tools/run.sh
248,6 → 248,17
|
echo "Test ${AMBER_TEST_NAME}, type $TEST_TYPE" |
|
# Uncompress the vmlinux.mem file |
if [ $TEST_TYPE == 3 ]; then |
pushd ../../sw/${AMBER_TEST_NAME} > /dev/null |
if [ ! -e vmlinux.mem ]; then |
bzip2 -dk vmlinux.mem.bz2 |
bzip2 -dk vmlinux.dis.bz2 |
fi |
popd > /dev/null |
fi |
|
|
# Now compile the test |
if [ $TEST_TYPE == 1 ]; then |
# hw assembly test |