mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
example: Fix KCU105 TX disable pin constraints
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -177,8 +177,8 @@ set_property -dict {LOC D28 IOSTANDARD LVCMOS18 SLEW SLOW DRIVE 8} [get_ports {
|
|||||||
create_clock -period 6.400 -name sfp_mgt_refclk_0 [get_ports sfp_mgt_refclk_0_p]
|
create_clock -period 6.400 -name sfp_mgt_refclk_0 [get_ports sfp_mgt_refclk_0_p]
|
||||||
#create_clock -period 6.400 -name sfp_mgt_refclk_1 [get_ports sfp_mgt_refclk_1_p]
|
#create_clock -period 6.400 -name sfp_mgt_refclk_1 [get_ports sfp_mgt_refclk_1_p]
|
||||||
|
|
||||||
set_false_path -to [get_ports {sfp0_tx_disable_b sfp1_tx_disable_b}]
|
set_false_path -to [get_ports {sfp_tx_disable_b[*]}]
|
||||||
set_output_delay 0 [get_ports {sfp0_tx_disable_b sfp1_tx_disable_b}]
|
set_output_delay 0 [get_ports {sfp_tx_disable_b[*]}]
|
||||||
|
|
||||||
# PCIe Interface
|
# PCIe Interface
|
||||||
#set_property -dict {LOC AB2 } [get_ports {pcie_rx_p[0]}] ;# MGTHRXP3_225 GTHE3_CHANNEL_X0Y7 / GTHE3_COMMON_X0Y1
|
#set_property -dict {LOC AB2 } [get_ports {pcie_rx_p[0]}] ;# MGTHRXP3_225 GTHE3_CHANNEL_X0Y7 / GTHE3_COMMON_X0Y1
|
||||||
|
|||||||
Reference in New Issue
Block a user