Enable bitstream compression in example designs

This commit is contained in:
Alex Forencich 2019-02-06 21:25:30 -08:00
parent 52058cb5de
commit cd6b87e984
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# General configuration
set_property CFGBVS VCCO [current_design]
set_property CONFIG_VOLTAGE 3.3 [current_design]
set_property BITSTREAM.GENERAL.COMPRESS true [current_design]
# 100 MHz clock
set_property -dict {LOC R4 IOSTANDARD LVCMOS33} [get_ports clk]

View File

@ -4,6 +4,7 @@
# General configuration
set_property CFGBVS GND [current_design]
set_property CONFIG_VOLTAGE 1.8 [current_design]
set_property BITSTREAM.GENERAL.COMPRESS true [current_design]
# System clocks
# 300 MHz

View File

@ -4,6 +4,7 @@
# General configuration
set_property CFGBVS GND [current_design]
set_property CONFIG_VOLTAGE 1.8 [current_design]
set_property BITSTREAM.GENERAL.COMPRESS true [current_design]
# System clocks
# 300 MHz

View File

@ -4,6 +4,7 @@
# General configuration
set_property CFGBVS GND [current_design]
set_property CONFIG_VOLTAGE 1.8 [current_design]
set_property BITSTREAM.GENERAL.COMPRESS true [current_design]
# System clocks
# 300 MHz