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

Correct c_sdp_N_clk_sync_timeout_xsub

parent aba3085a
No related branches found
No related tags found
1 merge request!353Resolve L2SDP-962
......@@ -435,7 +435,7 @@ architecture str of sdp_station is
constant c_validate_channel : boolean := true;
constant c_validate_channel_mode : string := "=";
constant c_sync_timeout : natural := sel_a_b(g_sim, g_sim_sync_timeout, c_sdp_N_clk_sync_timeout);
constant c_sync_timeout_xst : natural := sel_a_b(g_sim, g_sim_sync_timeout, c_sdp_N_clk_sync_timeout_xst);
constant c_sync_timeout_xst : natural := sel_a_b(g_sim, g_sim_sync_timeout, c_sdp_N_clk_sync_timeout_xsub);
-- Use same Tx FIFO size for all lanes in the ring to ease the code, no need to optimize Tx FIFO RAM usage per lane.
-- The tr_10GbE uses dp_fifo_fill_eop, so rely on releasing packets (beamlets, crosslets) at eop instead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment