Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 5a8933f

Browse files
committed
updated constraints with build options
1 parent 5d2fb45 commit 5a8933f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constraints.xdc

+3
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ set_property -dict { PACKAGE_PIN P20 IOSTANDARD LVCMOS33 } [get_ports { oled_v
5252
set_property -dict { PACKAGE_PIN V22 IOSTANDARD LVCMOS33 } [get_ports { oled_vdd }]; #IO_L3N_T0_DQS_EMCCLK_14 Sch=oled_vdd
5353

5454

55+
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
56+
set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]
57+
set_property CONFIG_MODE SPIx4 [current_design]

0 commit comments

Comments
 (0)