From aff0d82a3033217e986f04fd82c71799362de5c8 Mon Sep 17 00:00:00 2001 From: Andreas Olofsson Date: Tue, 17 Nov 2015 22:13:46 -0500 Subject: [PATCH] Fixing issue with bit stream write - Script was exiting before bit stream was written --- common/fpga/system_build.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/fpga/system_build.tcl b/common/fpga/system_build.tcl index 8e00794..8ecb7ad 100644 --- a/common/fpga/system_build.tcl +++ b/common/fpga/system_build.tcl @@ -29,7 +29,6 @@ wait_on_run impl_1 # Write Bitstream ########################################################### launch_runs impl_1 -to_step write_bitstream - - +wait_on_run impl_1