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

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