Skip to content

Commit

Permalink
XDC bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 23, 2020
1 parent 6788d5c commit 271eb9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware/SlacPgpCardG4/xdc/SlacPgpCardGen4App.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ set_property PACKAGE_PIN H6 [get_ports { sfpRefClkP[1] }] ;# 371.428571 MHz
set_property PACKAGE_PIN H5 [get_ports { sfpRefClkN[1] }] ;# 371.428571 MHz

set_property PACKAGE_PIN F6 [get_ports { sfpTxP }]
set_property PACKAGE_PIN F5 [get_ports { sfpRxP }]
set_property PACKAGE_PIN E4 [get_ports { sfpRxN }]
set_property PACKAGE_PIN E3 [get_ports { sfpTxN }]
set_property PACKAGE_PIN F5 [get_ports { sfpTxN }]
set_property PACKAGE_PIN E4 [get_ports { sfpRxP }]
set_property PACKAGE_PIN E3 [get_ports { sfpRxN }]

#############
# QSFP[1:0] #
Expand Down

0 comments on commit 271eb9b

Please sign in to comment.