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

Always simulate both ETH tx and rx, no need to safe time by not simulating Rx...

Always simulate both ETH tx and rx, no need to safe time by not simulating Rx in case of UDP offlaod Tx only.
parent 401d2f08
No related branches found
No related tags found
2 merge requests!28Master,!8Resolve L2SDP-26
...@@ -638,7 +638,7 @@ BEGIN ...@@ -638,7 +638,7 @@ BEGIN
g_sim => g_sim, g_sim => g_sim,
g_sim_level => g_sim_level, g_sim_level => g_sim_level,
g_sim_tx => TRUE, g_sim_tx => TRUE,
g_sim_rx => sel_a_b(g_sim_level=1, FALSE, TRUE) -- TX only when using fast behavioural model g_sim_rx => TRUE
) )
PORT MAP ( PORT MAP (
-- Clocks and reset -- Clocks and reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment