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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_12/] [sim/] [rtl_sim/] [run/] [run_pci_sim_regr.scr] - Diff between revs 106 and 118

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

Rev 106 Rev 118
Line 570... Line 570...
 
 
if ($arg_vs_hdtp == 1) then
if ($arg_vs_hdtp == 1) then
    cat ../bin/vs_file_list.lst >> ./ncvlog.args
    cat ../bin/vs_file_list.lst >> ./ncvlog.args
endif
endif
 
 
ncvlog -file ./ncvlog.args > /dev/null;
ncvlog -file ./ncvlog.args #> /dev/null;
echo ""
echo ""
 
 
 
 
# Run the NC-Verilog elaborator (build the design hierarchy)
# Run the NC-Verilog elaborator (build the design hierarchy)
echo ""
echo ""
echo "\t@@@"
echo "\t@@@"
echo "\t@@@ Building design hierarchy (elaboration)"
echo "\t@@@ Building design hierarchy (elaboration)"
echo "\t@@@"
echo "\t@@@"
if ($arg_xilinx == 1) then
if ($arg_xilinx == 1) then
      ncelab -file ../bin/ncelab_xilinx.args > /dev/null;
      ncelab -file ../bin/ncelab_xilinx.args #> /dev/null;
else
else
      ncelab -file ../bin/ncelab.args > /dev/null;
      ncelab -file ../bin/ncelab.args #> /dev/null;
endif
endif
echo ""
echo ""
 
 
 
 
# Run the NC-Verilog simulator (simulate the design)
# Run the NC-Verilog simulator (simulate the design)
Line 607... Line 607...
else
else
  echo "-input ../bin/ncsim.rc" >> ./ncsim.args
  echo "-input ../bin/ncsim.rc" >> ./ncsim.args
endif
endif
echo "worklib.bridge32:fun" >> ./ncsim.args
echo "worklib.bridge32: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 ""

powered by: WebSVN 2.1.0

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