Skip to content

Commit

Permalink
examples: Add udp usp gth sgmii example.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jun 22, 2023
1 parent 4650cb0 commit 0d59ea1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/udp_usp_gth_sgmii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# This file is part of LiteEth.
#
# Copyright (c) 2020-2023 Florent Kermarrec <florent@enjoy-digital.fr>
# SPDX-License-Identifier: BSD-2-Clause

# PHY ----------------------------------------------------------------------
phy: USP_GTH_1000BASEX
vendor: xilinx
toolchain: vivado

# Core ---------------------------------------------------------------------
clk_freq: 125e6
core: udp
data_width: 32

# UDP Ports --------------------------------------------------------------------
udp_ports: {
"udp0": {
"data_width" : 32,
"tx_fifo_depth" : 1024,
"rx_fifo_depth" : 1024,
},
}

0 comments on commit 0d59ea1

Please sign in to comment.