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

Subversion Repositories amber

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /amber/trunk/hw/tools
    from Rev 25 to Rev 29
    Reverse comparison

Rev 25 → Rev 29

/run.sh
54,6 → 54,7
SET_V=0
SET_A=0
SET_5=0
SET_L=0
 
 
# show program usage
65,6 → 66,7
echo " -g : Use Modelsim GUI"
echo " -d <cycle number to start dumping>: Create vcd file"
echo " -t <cycle number to start dumping>: Create vcd file and terminate"
echo " -l : Create wlf dump of complete design"
echo " -s : Use Xilinx Spatran6 Libraries (slower sim)"
echo " -v : Use Xilinx Virtex6 Libraries (slower sim)"
echo " -5 : Use Amber25 core instead of Amber23 core"
111,6 → 113,8
shift ;;
-g) SET_G=1 # Bring up GUI
shift ;;
-l) SET_L=1 # Create wlf wave dump file
shift ;;
-d) SET_D=1
DUMP_START=$2
shift 2;;
138,7 → 142,11
if [ $SET_G == 1 ]; then
RUN_OPTIONS="-do cmd.do"
else
RUN_OPTIONS="${RUN_OPTIONS} -c -do run.do"
if [ $SET_L == 1 ]; then
RUN_OPTIONS="${RUN_OPTIONS} -c -do run-log.do"
else
RUN_OPTIONS="${RUN_OPTIONS} -c -do run.do"
fi
fi
 
if [ $SET_S == 1 ]; then

powered by: WebSVN 2.1.0

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