From 89c571dac67f467abe04790e7137fb04036f4b21 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Tue, 28 Feb 2017 10:33:27 +0000
Subject: [PATCH] -Passed on g_sim.

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

diff --git a/libraries/io/eth/src/vhdl/eth.vhd b/libraries/io/eth/src/vhdl/eth.vhd
index ee621ca7c0..06cc638d06 100644
--- a/libraries/io/eth/src/vhdl/eth.vhd
+++ b/libraries/io/eth/src/vhdl/eth.vhd
@@ -635,7 +635,7 @@ BEGIN
   GENERIC MAP (
     g_technology   => g_technology,
     g_ETH_PHY      => g_ETH_PHY,
-    g_sim          => TRUE,
+    g_sim          => g_sim,
     g_sim_level    => g_sim_level,
     g_sim_tx       => TRUE,
     g_sim_rx       => sel_a_b(g_sim_level=1, FALSE, TRUE) -- TX only when using fast behavioural model
-- 
GitLab