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

changed export command, now export is always done

parent 7f745007
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,11 @@ export RADIOHDL_WORK="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "HDL environment will be setup for" $RADIOHDL_WORK
# setup paths to build and config dir if not already defined by the user.
export ARGS_WORK=${ARGS_WORK:-${RADIOHDL_WORK}}
export RADIOHDL_BUILD_DIR=${RADIOHDL_BUILD_DIR:-${RADIOHDL_WORK}/build}
export ARGS_WORK=${RADIOHDL_WORK}
export RADIOHDL_BUILD_DIR=${RADIOHDL_WORK}/build
# modelsim uses this sim dir for testing
export HDL_IOFILE_SIM_DIR=${HDL_IOFILE_SIM_DIR:-${RADIOHDL_BUILD_DIR}/sim}
export HDL_IOFILE_SIM_DIR=${RADIOHDL_BUILD_DIR}/sim
if [[ ! -d "${HDL_IOFILE_SIM_DIR}" ]]; then
echo "make sim dir"
mkdir "${HDL_IOFILE_SIM_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment