Skip to content
Snippets Groups Projects
Commit 4604d9e6 authored by Pieter Donker's avatar Pieter Donker
Browse files

L~RTSD-56, backup

parent 7d87e4ff
No related branches found
No related tags found
1 merge request!325L~RTSD-56, backup
Pipeline #47981 failed
......@@ -54,6 +54,16 @@ if [[ ! -d "${HDL_BUILD_DIR}" ]]; then
echo "${HDL_BUILD_DIR}"
mkdir "${HDL_BUILD_DIR}"
fi
# set modelsim_altera_libs dir
export MODELSIM_ALTERA_LIBS_DIR=${HDL_BUILD_DIR}/quartus
if [[ ! -d "${MODELSIM_ALTERA_LIBS_DIR}" ]]; then
echo "make modelsim_altera_libs dir"
echo "${MODELSIM_ALTERA_LIBS_DIR}"
mkdir "${MODELSIM_ALTERA_LIBS_DIR}"
echo "This dir is also used as modelsim_altera_libs dir" > ${MODELSIM_ALTERA_LIBS_DIR}/readme.txt
fi
# modelsim uses this sim dir for testing
export HDL_IOFILE_SIM_DIR=${HDL_BUILD_DIR}/sim
if [[ ! -d "${HDL_IOFILE_SIM_DIR}" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment