clash-shake-0.1.0: template/xilinx-vivado/project-build.tcl.mustache
open_project {{project}}/{{project}}.xpr
update_compile_order -fileset sources_1
reset_run synth_1
launch_runs synth_1
wait_on_run synth_1
launch_runs impl_1
wait_on_run impl_1
launch_runs impl_1 -to_step write_bitstream
wait_on_run impl_1