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

Subversion Repositories wb_fifo

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /wb_fifo
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/trunk/workspaces/simulate.sh
43,32 → 43,18
#COMMON_VHDL_FILES = $(COMMONFILES_PATH)/*.vhdl
 
# build options
GHDL_BUILD_OPTS=--std=02
GHDL_BUILD_OPTS=--std=02 --assert-level=error
QUESTA_BUILD_OPTS=-2008
DC_BUILD_OPTS=
VCS_BUILD_OPTS=-vhdl08
 
# Simulation break condition
GHDL_SIM_OPTS=--assert-level=error
#GHDL_SIM_OPTS = --stop-time=5us #500ns
 
# Workspaces
#SIM_PATH = $(ROOT_PATH)/simulation/ghdl
#SYNTH_PATH = $(ROOT_PATH)/synthesis/vivado
GHDL_SIM_PATH=$ROOT_PATH/simulation/ghdl
QUESTA_SIM_PATH=$ROOT_PATH/simulation/questa
VCS_SIM_PATH=$ROOT_PATH/simulation/vcs-mx
QUESTA_SIM_PATH=$ROOT_PATH/simulation/questa
VIVADO_SYNTH_PATH=$ROOT_PATH/synthesis/vivado
DC_SYNTH_PATH=$ROOT_PATH/synthesis/dc
 
##read -p "press Enter to run full simulation now, or Ctrl-C to exit: ";
#echo $(date "+[%Y-%m-%d %H:%M:%S]: Removing previously-generated files and folders...");
#rm -rf *./simulate.log ./work ./altera ./osvvm ./tauhop;
#
#echo $(date "+[%Y-%m-%d %H:%M:%S]: Remove successful.");
#echo $(date "+[%Y-%m-%d %H:%M:%S]: Compiling project...");
#vlib work; vmap work work;
#vlib tauhop; vmap tauhop tauhop;
#vlib osvvm; vmap osvvm osvvm;
 
isNotExists_vhdlan=`hash vhdlan 2>&1 | grep >&1 "not found"` ;
if [ `echo ${#isNotExists_vhdlan}` -gt 0 ]
then echo "Warning: vhdlan not installed. Skipping compilation for VCS.";
109,7 → 95,6
fi
 
isNotExists_vcom=`hash vcom 2>&1 | grep >&1 "not found"` ;
#isNotExists_vcom=`hash vhdlan 2>/dev/null || { echo >&2 "Warning: vcom not installed. Skipping compilation for Questa/ModelSim."; }`;
if [ `echo ${#isNotExists_vcom}` -gt 0 ]
then echo "Warning: vcom not installed. Skipping compilation for Questa/ModelSim.";
else

powered by: WebSVN 2.1.0

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