From 7f7e6aaabd616c418aab8facb96ef4738d14720e Mon Sep 17 00:00:00 2001 From: Martin Jerabek Date: Mon, 16 May 2016 19:41:44 +0200 Subject: [PATCH] system: updated build script for new Vivado version --- system/script/build.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2