From 7e193541365a93ecb95d47dd5e5f2ff89578972d Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 9 Dec 2014 16:39:31 +0000
Subject: [PATCH] Corrected g_nof_channels => g_nof_macs generic mapping.

---
 libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd b/libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
index b81a762777..6cb31536b0 100644
--- a/libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
+++ b/libraries/io/tr_10GbE/src/vhdl/tr_10GbE.vhd
@@ -143,7 +143,7 @@ BEGIN
   u_tech_eth_10g_clocks : ENTITY tech_eth_10g_lib.tech_eth_10g_clocks
   GENERIC MAP (
     g_technology     => g_technology,
-    g_nof_channels   => 1
+    g_nof_channels   => g_nof_macs
   )
   PORT MAP (
     -- Input clocks
-- 
GitLab