diff options
Diffstat (limited to 'fpga/usrp3/top/x300/x300_10ge_port1.xdc')
-rw-r--r-- | fpga/usrp3/top/x300/x300_10ge_port1.xdc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x300/x300_10ge_port1.xdc b/fpga/usrp3/top/x300/x300_10ge_port1.xdc new file mode 100644 index 000000000..27f1a250c --- /dev/null +++ b/fpga/usrp3/top/x300/x300_10ge_port1.xdc @@ -0,0 +1,6 @@ +# +# Copyright 2014 Ettus Research LLC +# + +set_property LOC GTXE2_CHANNEL_X0Y4 [get_cells -hierarchical -filter {NAME =~ "*sfpp_io_i1/ten_gige_phy_i/*gtxe2_i*" && PRIMITIVE_TYPE == IO.gt.GTXE2_CHANNEL}] +set_property LOC GTXE2_COMMON_X0Y1 [get_cells -hierarchical -filter {NAME =~ "*sfpp_io_i1/ten_gige_phy_i/*gtxe2_common_0_i*" && PRIMITIVE_TYPE == IO.gt.GTXE2_COMMON}] |