AtomBusMon/target/common/ise_build.tcl
David Banks 7453cf4f9f LX9 support: massive refactor of the build system
Change-Id: I75ff141a0d3b2c30a37d8f0e497f4f923e302b8b
2017-07-26 14:59:20 +01:00

10 lines
171 B
Tcl
Executable File

#!/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin/xtclsh
project open $argv
project clean
project close
project open $argv
process run "Generate Programming File"
project close
exit