mirror of
https://github.com/mrehkopf/sd2snes.git
synced 2026-01-11 14:29:25 +01:00
Xilinx command line tools (xst, par, map ...) block on console output when run via the Tcl shell's "Process Run" command which seems to flush the console about once per second. Running he command line tools directly from the shell results in much faster output and thus operation of the tools. However in order to extract the command line parameters for the tools from the ISE project file it becomes necessary to mimic some of the internal scripting. Tcl scripts are added that are run via xtclsh to output parameters that are then passed to the command line tools for direct execution.