diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-09-24 19:08:33 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-24 19:08:33 -0700 |
commit | adb88dbd1f996ed26bab654a9a059ea4f3ede823 (patch) | |
tree | 1d97095091c8f4815c5aab6bebff1679d5b2a646 /fpga/usrp3/top/x300/x300.ucf | |
parent | 3cfb643100d0b44da5a37d672680d1c5b8990ece (diff) | |
parent | 17c507c89b30285e777017ba56ea539c63dafded (diff) | |
download | uhd-adb88dbd1f996ed26bab654a9a059ea4f3ede823.tar.gz uhd-adb88dbd1f996ed26bab654a9a059ea4f3ede823.tar.bz2 uhd-adb88dbd1f996ed26bab654a9a059ea4f3ede823.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp3/top/x300/x300.ucf')
-rw-r--r-- | fpga/usrp3/top/x300/x300.ucf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fpga/usrp3/top/x300/x300.ucf b/fpga/usrp3/top/x300/x300.ucf index ab7c65c98..e73c58e20 100644 --- a/fpga/usrp3/top/x300/x300.ucf +++ b/fpga/usrp3/top/x300/x300.ucf @@ -7,15 +7,15 @@ ## SFP Lanes # SFP clock pins now come from their own ucf files. See _10ge.ucf, _1ge.ucf, and _cpri.ucf -NET SFP0_RX_n LOC = AA3; #IJB. NOTE this signal prefixed SFP1 on schematics -NET SFP0_RX_p LOC = AA4; #IJB. NOTE this signal prefixed SFP1 on schematics -NET SFP0_TX_n LOC = Y1; #IJB. NOTE this signal prefixed SFP1 on schematics -NET SFP0_TX_p LOC = Y2; #IJB. NOTE this signal prefixed SFP1 on schematics -NET SFP1_RX_n LOC = T5; #IJB. NOTE this signal prefixed SFP2 on schematics -NET SFP1_RX_p LOC = T6; #IJB. NOTE this signal prefixed SFP2 on schematics -NET SFP1_TX_n LOC = P1; #IJB. NOTE this signal prefixed SFP2 on schematics -NET SFP1_TX_p LOC = P2; #IJB. NOTE this signal prefixed SFP2 on schematics - +# NOTE: In the schematic SFP0 signals are prefixed SFP1 and SFP1 signals are prefixed SFP2 +NET SFP0_RX_n IOSTANDARD = LVDS | LOC = AA3; +NET SFP0_RX_p IOSTANDARD = LVDS | LOC = AA4; +NET SFP0_TX_n IOSTANDARD = LVDS | LOC = Y1; +NET SFP0_TX_p IOSTANDARD = LVDS | LOC = Y2; +NET SFP1_RX_n IOSTANDARD = LVDS | LOC = T5; +NET SFP1_RX_p IOSTANDARD = LVDS | LOC = T6; +NET SFP1_TX_n IOSTANDARD = LVDS | LOC = P1; +NET SFP1_TX_p IOSTANDARD = LVDS | LOC = P2; ## ADC 0 NET DB0_ADC_DA0_N IOSTANDARD = LVDS_25 | LOC = L27; |