Skip to content

Commit

Permalink
M2M: Corrected comment for PMOD pin constraint
Browse files Browse the repository at this point in the history
(cherry picked from commit be9f30a)
  • Loading branch information
MJoergen committed Nov 14, 2024
1 parent 0cf3263 commit 4d46e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2M/MEGA65-R3.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ set_property -dict {PACKAGE_PIN G22 IOSTANDARD LVCMOS33} [get_ports {grove_sda_
set_property -dict {PACKAGE_PIN U22 IOSTANDARD LVCMOS33} [get_ports {led_o}]; # ULED

# Pmod Header
set_property -dict {PACKAGE_PIN G1 IOSTANDARD LVCMOS33} [get_ports {p1hi_io[0]}]; # B16_L17_P
set_property -dict {PACKAGE_PIN G1 IOSTANDARD LVCMOS33} [get_ports {p1hi_io[0]}]; # B35_L5_P
set_property -dict {PACKAGE_PIN E1 IOSTANDARD LVCMOS33} [get_ports {p1hi_io[1]}]; # B35_L3_P
set_property -dict {PACKAGE_PIN C2 IOSTANDARD LVCMOS33} [get_ports {p1hi_io[2]}]; # B35_L2_P
set_property -dict {PACKAGE_PIN B1 IOSTANDARD LVCMOS33} [get_ports {p1hi_io[3]}]; # B35_L1_P
Expand Down

0 comments on commit 4d46e0a

Please sign in to comment.