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

Subversion Repositories oms8051mini

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /oms8051mini/trunk/verif/run
    from Rev 5 to Rev 7
    Reverse comparison

Rev 5 → Rev 7

/run_modelsim
44,7 → 44,11
#echo ""
echo "### Running test ${i}: ${misc_test}"
 
vsim -do run.do -c tb_top +${misc_test} | tee ../log/run.log
if (${misc_test} == "uart_test_1") then
\cp ../testcase/dat/uart_lb.dat ./dat/oc8051_xrom.in
endif
 
vsim -do run.do -c tb_top +${misc_test} +INTERNAL_ROM | tee ../log/run.log
if ($status != 0) then
cat ../log/run.log
exit
92,7 → 96,7
if ($status != 0) then
cat ../log/run.log
exit
else if (`tail ../log/run.log | grep Passed` == "") then
else if (`tail ../log/run.log | grep PASSED` == "") then
echo "### test ${i}: ${risc_ext_test} --> FAILED"
@ failedx += 1;
@ all_testsx += 1;
123,7 → 127,7
if ($status != 0) then
cat ../log/run.log
exit
else if (`tail ../log/run.log | grep Passed` == "") then
else if (`tail ../log/run.log | grep PASSED` == "") then
echo "### test ${i}: ${risc_int_test} --> FAILED"
@ failedi += 1;
@ all_testsi += 1;

powered by: WebSVN 2.1.0

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