Skip to content

Commit

Permalink
Updated path to adi_env.tcl in tcl files
Browse files Browse the repository at this point in the history
Signed-off-by: Pagadarai <Srikanth.Pagadarai@analog.com>
  • Loading branch information
SrikanthPagadarai committed Jul 28, 2023
1 parent 2702bab commit 10bcfc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CI/scripts/build_bsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ cp -r scripts/boot/* ../hdl/vendor/AnalogDevices/vivado/projects/common/boot/

# Copy additional IP files
cp -r scripts/library/* ../hdl/vendor/AnalogDevices/vivado/library/
sed -i 's@source ../../scripts/adi_env.tcl@source ../../../scripts/adi_env.tcl@' $TARGET/library/util_sync/sync_delay/util_delay_ip.tcl
sed -i 's@source ../../scripts/adi_env.tcl@source ../../../scripts/adi_env.tcl@' $TARGET/library/util_sync/sync_fast_to_slow/sync_fast_to_slow_ip.tcl
sed -i 's@source ../../scripts/adi_env.tcl@source ../../../scripts/adi_env.tcl@' $TARGET/library/util_sync/sync_slow_to_fast/sync_slow_to_fast_ip.tcl
mkdir -p ../test/hdl/vendor/AnalogDevices/vivado
cp ../hdl/vendor/AnalogDevices/vivado/quiet.mk ../test/hdl/vendor/AnalogDevices/vivado

Expand Down

0 comments on commit 10bcfc0

Please sign in to comment.