URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1156 |
Rev 1157 |
Line 3... |
Line 3... |
set iter = 1;
|
set iter = 1;
|
set failed = 0;
|
set failed = 0;
|
set all_tests = 0;
|
set all_tests = 0;
|
|
|
# List all test cases
|
# List all test cases
|
set alldirs=( ../../sw/dhry ../../sw/mmu ../../sw/basic ../../sw/mul ../../sw/except ../../sw/cbasic ../../sw/tick )
|
set alldirs=( ../../sw/dhry ../../sw/mmu ../../sw/basic ../../sw/mul ../../sw/except \
|
|
../../sw/cbasic ../../sw/tick ../../sw/syscall )
|
set alltests=(dhry-nocache-O2 dhry-icdc-O2 \
|
set alltests=(dhry-nocache-O2 dhry-icdc-O2 \
|
mmu-nocache mmu-icdc basic-icdc \
|
mmu-nocache mmu-icdc basic-icdc \
|
basic-nocache \
|
basic-nocache \
|
mul-nocache-O2 mul-icdc-O2 \
|
mul-nocache-O2 mul-icdc-O2 \
|
except-nocache except-icdc \
|
except-nocache except-icdc \
|
cbasic-nocache-O2 cbasic-icdc-O0 tick-nocache tick-icdc)
|
cbasic-nocache-O2 cbasic-icdc-O0 tick-nocache tick-icdc syscall-nocache syscall-icdc)
|
|
|
# Process arguments
|
# Process arguments
|
if ($1 == "single") then
|
if ($1 == "single") then
|
set tests=(${alltests})
|
set tests=(${alltests})
|
set tests=${tests[$2]}
|
set tests=${tests[$2]}
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.