Skip to content
Snippets Groups Projects
Commit 64ebc581 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Cosmetic: added comment titles.

parent 1a25e39f
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,11 @@ ENTITY tech_xaui IS ...@@ -52,9 +52,11 @@ ENTITY tech_xaui IS
a_rx_channelaligned : OUT STD_LOGIC_VECTOR(g_nof_xaui-1 DOWNTO 0); a_rx_channelaligned : OUT STD_LOGIC_VECTOR(g_nof_xaui-1 DOWNTO 0);
-- XGMII interface
xgmii_tx_dc : IN t_xgmii_dc_arr(g_nof_xaui-1 DOWNTO 0); xgmii_tx_dc : IN t_xgmii_dc_arr(g_nof_xaui-1 DOWNTO 0);
xgmii_rx_dc : OUT t_xgmii_dc_arr(g_nof_xaui-1 DOWNTO 0); xgmii_rx_dc : OUT t_xgmii_dc_arr(g_nof_xaui-1 DOWNTO 0);
-- Serial I/O
xaui_rx : IN t_xaui_arr(g_nof_xaui-1 DOWNTO 0); xaui_rx : IN t_xaui_arr(g_nof_xaui-1 DOWNTO 0);
xaui_tx : OUT t_xaui_arr(g_nof_xaui-1 DOWNTO 0); xaui_tx : OUT t_xaui_arr(g_nof_xaui-1 DOWNTO 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment