OpenCores
URL https://opencores.org/ocsvn/turbo8051/turbo8051/trunk

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [verif/] [run/] [run_modelsim] - Diff between revs 59 and 64

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 59 Rev 64
Line 15... Line 15...
 
 
set risc_ext_tests=(fib divmul sort gcd cast xram)
set risc_ext_tests=(fib divmul sort gcd cast xram)
 
 
set risc_int_tests=(fib divmul sort gcd cast xram)
set risc_int_tests=(fib divmul sort gcd cast xram)
 
 
echo " Compiling with VCS "
echo " Compiling with MODELSIM "
 
 
./compile.modelsim | tee ../log/complie.log
./compile.modelsim | tee ../log/complie.log
 
 
 
 
if ($status != 0) then
if ($status != 0) then
Line 98... Line 98...
          @ all_testsx += 1;
          @ all_testsx += 1;
        else
        else
          echo "### test ${i}: ${risc_ext_test} --> PASSED"
          echo "### test ${i}: ${risc_ext_test} --> PASSED"
          @ all_testsx += 1;
          @ all_testsx += 1;
        endif
        endif
        mv ../log/run.log ../log/x_${risc_ext_test}.log
        mv ../log/run.log ../log/ext_${risc_ext_test}.log
 
 
end
end
        echo "###########################################"
        echo "###########################################"
 
 
 
 
Line 129... Line 129...
          @ all_testsi += 1;
          @ all_testsi += 1;
        else
        else
          echo "### test ${i}: ${risc_int_test} --> PASSED"
          echo "### test ${i}: ${risc_int_test} --> PASSED"
          @ all_testsi += 1;
          @ all_testsi += 1;
        endif
        endif
        mv ../log/run.log ../log/x_${risc_int_test}.log
        mv ../log/run.log ../log/int_${risc_int_test}.log
 
 
end
end
        echo "###########################################"
        echo "###########################################"
 
 
echo ""
echo ""

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.