Skip to content

Commit 99e89fa

Browse files
committed
docs/library/corundum: Add K26 support
Signed-off-by: alin724 <[email protected]>
1 parent 10188ef commit 99e89fa

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

docs/library/corundum/ethernet/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Corundum Ethernet Core
77
:hidden:
88

99
VCU118 <vcu118/index>
10+
K26 <k26/index>
1011

1112
The :git-hdl:`Corundum Ethernet Core <library/corundum/ethernet_core>` is used
1213
by the Corundum Network Stack. The Ethernet Core is specific to each FPGA board
@@ -19,12 +20,14 @@ Depending on the board for which the IP is built, different HDL component
1920
diagrams will be available.
2021

2122
* :ref:`corundum_ethernet_core_vcu118`
23+
* :ref:`corundum_ethernet_core_k26`
2224

2325
Features
2426
--------------------------------------------------------------------------------
2527

26-
* Supports 100G Ethernet-based systems that uses the CMAC core on the VCU118
27-
board
28+
* Supports 10/100 GbE implementations as follows: 100 GbE by leveraging on the
29+
Xilinx's CMAC IP core (on the VCU118 evaluation kit) and 10 GbE by using
30+
Corundum's support (on the K26-based AD-GMSL2ETH-SL evaluation kit).
2831

2932
Files
3033
--------------------------------------------------------------------------------
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _corundum_ethernet_core_k26:
2+
3+
Corundum Ethernet Core for K26
4+
================================================================================
5+
6+
.. hdl-component-diagram::
7+
8+
Files
9+
--------------------------------------------------------------------------------
10+
11+
.. list-table::
12+
:header-rows: 1
13+
14+
* - Name
15+
- Description
16+
* - :git-hdl:`library/corundum/ethernet_core/ethernet_core_k26.v`
17+
- Verilog source for the Ethernet Core top module for the K26-based
18+
AD-GMSL2ETH-SL evaluation kit.
19+
* - :git-hdl:`library/corundum/ethernet_core/ethernet_ip.tcl`
20+
- TCL script to generate the Vivado IP-integrator project.
21+
22+
Configuration Parameters
23+
--------------------------------------------------------------------------------
24+
25+
.. hdl-parameters::
26+
27+
Interface
28+
--------------------------------------------------------------------------------
29+
30+
.. hdl-interfaces::
31+
32+
References
33+
--------------------------------------------------------------------------------
34+
35+
* HDL IP core at :git-hdl:`library/corundum/ethernet_core`

docs/library/corundum/ethernet/vcu118/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Files
1515
- Description
1616
* - :git-hdl:`library/corundum/ethernet_core/ethernet_core_vcu118.v`
1717
- Verilog source for the Ethernet Core top module for the VCU118 board.
18-
* - :git-hdl:`library/corundum/ethernet_core/eternet_ip.tcl`
18+
* - :git-hdl:`library/corundum/ethernet_core/ethernet_ip.tcl`
1919
- TCL script to generate the Vivado IP-integrator project.
2020

2121
Configuration Parameters

0 commit comments

Comments
 (0)