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

Subversion Repositories oms8051mini

[/] [oms8051mini/] [trunk/] [verif/] [run/] [run_irun] - Diff between revs 5 and 8

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

Rev 5 Rev 8
Line 53... Line 53...
foreach misc_test ($misc_tests)
foreach misc_test ($misc_tests)
        @ i += 1;
        @ i += 1;
        #echo ""
        #echo ""
        #echo "### Running test ${i}: ${misc_test}"
        #echo "### Running test ${i}: ${misc_test}"
 
 
        $ELAB +DUMP +${misc_test} -l ../log/run.log
        if (${misc_test} == "uart_test_1") then
 
           \cp ../testcase/dat/uart_lb.dat ./dat/oc8051_xrom.in
 
        endif
 
 
 
        $ELAB +DUMP +${misc_test} +INTERNAL_ROM -l ../log/run.log
        if ($status != 0) then
        if ($status != 0) then
          cat ../log/run.log
          cat ../log/run.log
          exit
          exit
        else if (`tail -100 ../log/run.log | grep PASSED` == "") then
        else if (`tail -100 ../log/run.log | grep PASSED` == "") then
          echo "### test ${i}: ${misc_test} --> FAILED"
          echo "### test ${i}: ${misc_test} --> FAILED"

powered by: WebSVN 2.1.0

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