Posted to tcl by Ditiris at Tue Mar 03 12:52:21 GMT 2020view raw

  1. foreach name [dict get $theProject theName] {
  2. set status [exec [dict get $theProject theVivadoPath] -mode batch -source "build_${name}.tcl" -tclargs \
  3. $name -log [file join $name "vivado_log.txt"] -nojournal -notrace >@stdout 2>@stderr &]
  4. }
  5.