Browse Source

fix: correct tcl scripts path

master
Dennis Buchhorn 2 years ago
parent
commit
47e92e8d63
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      clean_and_recreate_all

+ 3
- 3
clean_and_recreate_all View File

@ -42,18 +42,18 @@ git checkout
echo "############################################################"
echo "# Create hardware platform ..."
echo "############################################################"
xsct scripts/platform_create.tcl
xsct tcl_scripts/platform_create.tcl
if [ $IMPORT_HW_PLATFORM_ONLY == "true" ]; then
echo "############################################################"
echo "# Import hw_platform only to workspace ..."
echo "############################################################"
xsct scripts/import_platform_only.tcl
xsct tcl_scripts/import_platform_only.tcl
else
echo "############################################################"
echo "# Import all projects to workspace ..."
echo "############################################################"
xsct scripts/import_platform_and_projects.tcl
xsct tcl_scripts/import_platform_and_projects.tcl
fi
# Disable Vitis welcome screen


Loading…
Cancel
Save