Browse Source

feat[tcl_import_scripts]: add waits between imports to prevent crashes

master
Dennis Buchhorn 2 years ago
parent
commit
0a7fb069b4
2 changed files with 8 additions and 0 deletions
  1. +6
    -0
      tcl_scripts/import_platform_and_projects.tcl
  2. +2
    -0
      tcl_scripts/import_platform_only.tcl

+ 6
- 0
tcl_scripts/import_platform_and_projects.tcl View File

@ -6,6 +6,12 @@ setws {$$${GITSUBSTITUTE_REPO_ROOT}}
########################################################################################## ##########################################################################################
importprojects ./hw_platform importprojects ./hw_platform
after 2000
importprojects ./REPLACE_WITH_YOUR_APP_NAME_system importprojects ./REPLACE_WITH_YOUR_APP_NAME_system
after 2000
importprojects ./REPLACE_WITH_YOUR_APP_NAME importprojects ./REPLACE_WITH_YOUR_APP_NAME
after 2000

+ 2
- 0
tcl_scripts/import_platform_only.tcl View File

@ -4,3 +4,5 @@ setws {$$${GITSUBSTITUTE_REPO_ROOT}}
# !!! Leave the 'hw_platform' unchanged !!! # !!! Leave the 'hw_platform' unchanged !!!
########################################################################################## ##########################################################################################
importprojects ./hw_platform importprojects ./hw_platform
after 2000

Loading…
Cancel
Save