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

g_nof_channels >= 1 is supported.

parent 1cd0f76f
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ENTITY tech_10gbase_r IS ...@@ -31,7 +31,7 @@ ENTITY tech_10gbase_r IS
GENERIC ( GENERIC (
g_technology : NATURAL := c_tech_select_default; g_technology : NATURAL := c_tech_select_default;
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_nof_channels : NATURAL := 1 -- fixed for now g_nof_channels : NATURAL := 1
); );
PORT ( PORT (
-- Transceiver PLL reference clock -- Transceiver PLL reference clock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment