2020-08-23 10:06:55 -04:00
|
|
|
#
|
|
|
|
# This file is part of LiteEth.
|
|
|
|
#
|
2022-01-28 04:11:45 -05:00
|
|
|
# Copyright (c) 2020-2022 Florent Kermarrec <florent@enjoy-digital.fr>
|
2020-08-23 10:06:55 -04:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
2020-02-11 18:18:22 -05:00
|
|
|
|
2022-01-28 04:11:45 -05:00
|
|
|
# PHY --------------------------------------------------------------------------
|
2024-03-18 08:43:11 -04:00
|
|
|
phy : LiteEthS7PHYRGMII
|
|
|
|
vendor : xilinx
|
|
|
|
toolchain : vivado
|
2022-01-28 04:11:45 -05:00
|
|
|
|
|
|
|
# Core -------------------------------------------------------------------------
|
2024-03-18 08:43:11 -04:00
|
|
|
clk_freq : 125e6
|
|
|
|
core : udp
|
|
|
|
mac_address : 0x10e2d5000000
|
|
|
|
ip_address : 192.168.1.50
|
|
|
|
data_width : 8
|
2022-01-28 04:11:45 -05:00
|
|
|
|
|
|
|
# UDP Ports --------------------------------------------------------------------
|
2024-03-18 08:43:11 -04:00
|
|
|
udp_ports : {
|
|
|
|
"udp0" : {
|
2022-01-28 04:11:45 -05:00
|
|
|
"udp_port" : 2000, # Static Params.
|
|
|
|
"ip_address" : "192.168.1.100", # Static Params.
|
|
|
|
"data_width" : 32,
|
|
|
|
"tx_fifo_depth" : 64,
|
|
|
|
"rx_fifo_depth" : 64,
|
|
|
|
},
|
2024-03-18 08:43:11 -04:00
|
|
|
"udp1" : {
|
2022-01-28 04:11:45 -05:00
|
|
|
#"udp_port" : , # Dynamic Params.
|
|
|
|
#"ip_address" : , # Dynamic Params.
|
|
|
|
"data_width" : 32,
|
|
|
|
"tx_fifo_depth" : 64,
|
|
|
|
"rx_fifo_depth" : 64,
|
|
|
|
},
|
|
|
|
}
|