mirror of
https://github.com/fpganinja/taxi.git
synced 2026-02-28 05:55:09 -08:00
eth: Add Ethernet example design for RK-XCKU5P-F board
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
18
src/eth/example/RK_XCKU5P_F/fpga/eth_rgmii.xdc
Normal file
18
src/eth/example/RK_XCKU5P_F/fpga/eth_rgmii.xdc
Normal file
@@ -0,0 +1,18 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Copyright (c) 2026 FPGA Ninja, LLC
|
||||
#
|
||||
# Authors:
|
||||
# - Alex Forencich
|
||||
#
|
||||
|
||||
# Ethernet constraints
|
||||
|
||||
# IDELAY from PHY chip (RGMII)
|
||||
set_property DELAY_VALUE 0 [get_cells {phy_rx_ctl_idelay phy_rxd_idelay_bit[*].idelay_inst}]
|
||||
|
||||
# MMCM phase (RGMII)
|
||||
set_property CLKOUT1_PHASE 90 [get_cells clk_mmcm_inst]
|
||||
|
||||
# phy_txd[1] is on BITSLICE_0, which is a problem during delay calibration
|
||||
set_property UNAVAILABLE_DURING_CALIBRATION TRUE [get_ports phy_txd[1]]
|
||||
Reference in New Issue
Block a user