Skip to content

Commit

Permalink
ac701/base.xdc: Try to fix a couple of critical warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmurthy committed Dec 10, 2024
1 parent 21c42f8 commit 93093b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions board_support/ac701/base.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ set_property -dict "PACKAGE_PIN T24 IOSTANDARD LVCMOS33" [get_ports {LED[1]}]
set_property -dict "PACKAGE_PIN T25 IOSTANDARD LVCMOS33" [get_ports {LED[2]}]
set_property -dict "PACKAGE_PIN R26 IOSTANDARD LVCMOS33" [get_ports {LED[3]}]

set_property -dict "PACKAGE_PIN U4 IOSTANDARD LVCMOS15" [get_ports {RESET}]

# UG471 page 50
set_property INTERNAL_VREF 0.90 [get_banks BANK13]
set_property INTERNAL_VREF 0.90 [get_iobanks 13]

0 comments on commit 93093b0

Please sign in to comment.