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

Corrected g_nof_channels => g_nof_macs generic mapping.

parent a6b90cce
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ BEGIN ...@@ -143,7 +143,7 @@ BEGIN
u_tech_eth_10g_clocks : ENTITY tech_eth_10g_lib.tech_eth_10g_clocks u_tech_eth_10g_clocks : ENTITY tech_eth_10g_lib.tech_eth_10g_clocks
GENERIC MAP ( GENERIC MAP (
g_technology => g_technology, g_technology => g_technology,
g_nof_channels => 1 g_nof_channels => g_nof_macs
) )
PORT MAP ( PORT MAP (
-- Input clocks -- Input clocks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment