From efeb2f146e7ce536e72641a17c66db473f595043 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Tue, 13 Jun 2023 23:18:53 +0200 Subject: [PATCH] RTSD-93, add vhdl_style init --- init_hdl.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init_hdl.sh b/init_hdl.sh index 4ac562709c..df3f8f2268 100644 --- a/init_hdl.sh +++ b/init_hdl.sh @@ -94,8 +94,11 @@ for altera_dir in ${ALTERA_DIR}/*; do fi done -# source also radiohdl and args tools +# source also radiohdl, args and vhdl_style tools . ../radiohdl/init_radiohdl.sh if [[ -d "${HDL_WORK}/../args" ]]; then . ../args/init_args.sh fi +if [[ -d "${HDL_WORK}/../vhdl_style" ]]; then + . ../vhdl_style/init_vhdl_style.sh +fi -- GitLab