Skip to content

Commit 911503f

Browse files
committed
docs/library/corundum: Add K26 support
Signed-off-by: alin724 <alin-tudor.sferle@analog.com>
1 parent f37468c commit 911503f

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

docs/library/corundum/ethernet/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Corundum Ethernet Core
88

99
VCU118 <vcu118/index>
1010

11+
K26 <k26/index>
12+
1113
The :git-hdl:`Corundum Ethernet Core <library/corundum/ethernet_core>` is used
1214
by the Corundum Network Stack. The Ethernet Core is specific to each FPGA board
1315
and encompasses the Ethernet physical layer and other auxiliary structures such
@@ -19,12 +21,12 @@ Depending on the board for which the IP is built, different HDL component
1921
diagrams will be available.
2022

2123
* :ref:`corundum_ethernet_core_vcu118`
24+
* :ref:`corundum_ethernet_core_k26`
2225

2326
Features
2427
--------------------------------------------------------------------------------
2528

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

2931
Files
3032
--------------------------------------------------------------------------------
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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 AD-GMSL2ETH-SL evaluation kit.
18+
* - :git-hdl:`library/corundum/ethernet_core/ethernet_ip.tcl`
19+
- TCL script to generate the Vivado IP-integrator project.
20+
21+
Configuration Parameters
22+
--------------------------------------------------------------------------------
23+
24+
.. hdl-parameters::
25+
26+
Interface
27+
--------------------------------------------------------------------------------
28+
29+
.. hdl-interfaces::
30+
31+
References
32+
--------------------------------------------------------------------------------
33+
34+
* 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)