From: Martin Jerabek Date: Mon, 16 May 2016 17:41:44 +0000 (+0200) Subject: system: updated build script for new Vivado version X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/zynq/canbench-sw.git/commitdiff_plain/7f7e6aaabd616c418aab8facb96ef4738d14720e system: updated build script for new Vivado version --- diff --git a/system/script/build.tcl b/system/script/build.tcl index 08a6fea..2c8cb1a 100644 --- a/system/script/build.tcl +++ b/system/script/build.tcl @@ -24,5 +24,5 @@ launch_runs impl_1 -jobs $jobs wait_on_run impl_1 launch_runs impl_1 -jobs $jobs -to_step write_bitstream wait_on_run impl_1 -file copy -force ../project/canbench.runs/impl_1/top_wrapper.sysdef ../system.hdf +file copy -force ../project/canbench.runs/impl_1/top_wrapper.hwdef ../system.hdf file copy -force ../project/canbench.runs/impl_1/top_wrapper.bit ../system.bit