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

RTSD-93, add vhdl_style init

parent 0ef292de
No related branches found
No related tags found
1 merge request!334Resolve RTSD-93
Pipeline #51306 passed
...@@ -94,8 +94,11 @@ for altera_dir in ${ALTERA_DIR}/*; do ...@@ -94,8 +94,11 @@ for altera_dir in ${ALTERA_DIR}/*; do
fi fi
done done
# source also radiohdl and args tools # source also radiohdl, args and vhdl_style tools
. ../radiohdl/init_radiohdl.sh . ../radiohdl/init_radiohdl.sh
if [[ -d "${HDL_WORK}/../args" ]]; then if [[ -d "${HDL_WORK}/../args" ]]; then
. ../args/init_args.sh . ../args/init_args.sh
fi fi
if [[ -d "${HDL_WORK}/../vhdl_style" ]]; then
. ../vhdl_style/init_vhdl_style.sh
fi
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