File tree Expand file tree Collapse file tree 3 files changed +41
-3
lines changed
docs/library/corundum/ethernet Expand file tree Collapse file tree 3 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Corundum Ethernet Core
7
7
:hidden:
8
8
9
9
VCU118 <vcu118/index >
10
+ K26 <k26/index >
10
11
11
12
The :git-hdl: `Corundum Ethernet Core <library/corundum/ethernet_core> ` is used
12
13
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
19
20
diagrams will be available.
20
21
21
22
* :ref: `corundum_ethernet_core_vcu118 `
23
+ * :ref: `corundum_ethernet_core_k26 `
22
24
23
25
Features
24
26
--------------------------------------------------------------------------------
25
27
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).
28
31
29
32
Files
30
33
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change 15
15
- Description
16
16
* - :git-hdl: `library/corundum/ethernet_core/ethernet_core_vcu118.v `
17
17
- 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 `
19
19
- TCL script to generate the Vivado IP-integrator project.
20
20
21
21
Configuration Parameters
You can’t perform that action at this time.
0 commit comments