URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 290 |
Rev 295 |
Line 163... |
Line 163... |
else
|
else
|
echo "-input ../bin/ncsim.rc" >> ./ncsim.args
|
echo "-input ../bin/ncsim.rc" >> ./ncsim.args
|
endif
|
endif
|
echo "worklib.ethernet:fun" >> ./ncsim.args
|
echo "worklib.ethernet:fun" >> ./ncsim.args
|
|
|
#ncsim -file ./ncsim.args# > /dev/null
|
ncsim -file ./ncsim.args# > /dev/null
|
#if ($status != 0) then
|
if ($status != 0) then
|
echo ""
|
echo ""
|
# echo "TESTS couldn't start due to Errors!"
|
echo "TESTS couldn't start due to Errors!"
|
echo ""
|
echo ""
|
# exit
|
exit
|
#else
|
else
|
if ($arg_regression == 1) then
|
if ($arg_regression == 1) then
|
if ($arg_waves == 1) then
|
if ($arg_waves == 1) then
|
mv ../out/waves.shm ../out/i${iter}_waves.shm
|
mv ../out/waves.shm ../out/i${iter}_waves.shm
|
endif
|
endif
|
# For ATS - counting all 'FAILED' words
|
# For ATS - counting all 'FAILED' words
|
Line 188... |
Line 188... |
mv ../log/eth_tb_memory.log ../log/i${iter}_eth_tb_memory.log
|
mv ../log/eth_tb_memory.log ../log/i${iter}_eth_tb_memory.log
|
mv ../log/eth_tb_host.log ../log/i${iter}_eth_tb_host.log
|
mv ../log/eth_tb_host.log ../log/i${iter}_eth_tb_host.log
|
mv ../log/eth_tb_wb_s_mon.log ../log/i${iter}_eth_tb_wb_s_mon.log
|
mv ../log/eth_tb_wb_s_mon.log ../log/i${iter}_eth_tb_wb_s_mon.log
|
mv ../log/eth_tb_wb_m_mon.log ../log/i${iter}_eth_tb_wb_m_mon.log
|
mv ../log/eth_tb_wb_m_mon.log ../log/i${iter}_eth_tb_wb_m_mon.log
|
endif
|
endif
|
#endif
|
endif
|
echo ""
|
echo ""
|
|
|
@ iter += 1;
|
@ iter += 1;
|
|
|
if (($arg_regression == 1) && ($iter <= $all_iterations)) then
|
if (($arg_regression == 1) && ($iter <= $all_iterations)) then
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.