Skip to content

Commit

Permalink
Update vivado path in build_bsp
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Jan 22, 2025
1 parent b4e644b commit 8fc5eac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pcx_examples/targeting/cn0585/cn0585_hdl/build_bsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8fc5eac

Please sign in to comment.