File tree Expand file tree Collapse file tree 3 files changed +39
-3
lines changed
docs/library/corundum/ethernet Expand file tree Collapse file tree 3 files changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Corundum Ethernet Core
8
8
9
9
VCU118 <vcu118/index >
10
10
11
+ K26 <k26/index >
12
+
11
13
The :git-hdl: `Corundum Ethernet Core <library/corundum/ethernet_core> ` is used
12
14
by the Corundum Network Stack. The Ethernet Core is specific to each FPGA board
13
15
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
19
21
diagrams will be available.
20
22
21
23
* :ref: `corundum_ethernet_core_vcu118 `
24
+ * :ref: `corundum_ethernet_core_k26 `
22
25
23
26
Features
24
27
--------------------------------------------------------------------------------
25
28
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).
28
30
29
31
Files
30
32
--------------------------------------------------------------------------------
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 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 `
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