2024-01-18 07:27:32 -05:00
|
|
|
#
|
|
|
|
# This file is part of LiteEth.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2020-2024 Florent Kermarrec <florent@enjoy-digital.fr>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
|
|
|
|
# PHY ----------------------------------------------------------------------
|
|
|
|
phy : A7_1000BASEX
|
|
|
|
vendor : xilinx
|
|
|
|
toolchain : vivado
|
|
|
|
|
|
|
|
# Core ---------------------------------------------------------------------
|
2024-01-19 15:40:45 -05:00
|
|
|
refclk_freq : 156.25e6
|
2024-01-18 07:27:32 -05:00
|
|
|
clk_freq : 25e6
|
|
|
|
core : udp
|
|
|
|
data_width : 32
|
|
|
|
dhcp : True
|
|
|
|
|
|
|
|
# UDP Ports --------------------------------------------------------------------
|
|
|
|
udp_ports: {
|
|
|
|
"udp0": {
|
|
|
|
"data_width" : 32,
|
|
|
|
"tx_fifo_depth" : 1024,
|
|
|
|
"rx_fifo_depth" : 1024,
|
|
|
|
},
|
|
|
|
}
|