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

Subversion Repositories pci

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 117 to Rev 118
    Reverse comparison

Rev 117 → Rev 118

/trunk/sim/rtl_sim/run/run_pci_sim_regr.scr
572,7 → 572,7
cat ../bin/vs_file_list.lst >> ./ncvlog.args
endif
 
ncvlog -file ./ncvlog.args > /dev/null;
ncvlog -file ./ncvlog.args #> /dev/null;
echo ""
 
 
582,9 → 582,9
echo "\t@@@ Building design hierarchy (elaboration)"
echo "\t@@@"
if ($arg_xilinx == 1) then
ncelab -file ../bin/ncelab_xilinx.args > /dev/null;
ncelab -file ../bin/ncelab_xilinx.args #> /dev/null;
else
ncelab -file ../bin/ncelab.args > /dev/null;
ncelab -file ../bin/ncelab.args #> /dev/null;
endif
echo ""
 
609,7 → 609,7
endif
echo "worklib.bridge32:fun" >> ./ncsim.args
 
ncsim -file ./ncsim.args > /dev/null
ncsim -file ./ncsim.args #> /dev/null
 
if ($status != 0) then
echo ""

powered by: WebSVN 2.1.0

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