commit ac2c6fb4cb2cf02d5c056513fa9ba2056f2df085 parent a448cfe567c38e42ce9cd1cc4f3741bbd0a3026f Author: Travis Geiselbrecht <geist@foobox.com> Date: Tue, 16 Dec 2014 17:11:48 -0800 [bitfile] produce a headerless .bin file and compress bitfiles Diffstat:
M | build/build-bitfile.tcl | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build/build-bitfile.tcl b/build/build-bitfile.tcl @@ -23,5 +23,6 @@ report_drc -file ./post-route-drc.txt write_verilog -force ./post-route-netlist.v write_xdc -no_fixed_only -force ./post-route-constr.xdc -write_bitstream -force -file $BITFILE +set_property BITSTREAM.GENERAL.COMPRESS True [current_design] +write_bitstream -force -bin_file $BITFILE