From 8fc5eacda655a059ef6dae1b88a6d1d89bfff59e Mon Sep 17 00:00:00 2001 From: Stanca Pop Date: Wed, 22 Jan 2025 17:17:25 +0200 Subject: [PATCH] Update vivado path in build_bsp --- pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh b/pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh index d8ec41d..b7d13b5 100755 --- a/pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh +++ b/pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh @@ -44,8 +44,7 @@ fi VIVADO=${VER} # Setup -#source /opt/Xilinx/Vivado/$VIVADO/settings64.sh -source /emea/mediadata/opt/Xilinx/Vivado/$VIVADO/settings64.sh +source "$vivado_settings_path" # Rename .prj files since MATLAB ignores then during packaging FILES=$(grep -lrn hdl/projects/common -e '.prj' | grep -v Makefile | grep -v .git)