Skip to content
Snippets Groups Projects
Commit 0e8194e7 authored by Pepping's avatar Pepping
Browse files

Disbaled 1gb offload

parent 5a19e4d0
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ENTITY node_apertif_unb1_fn_beamformer IS ...@@ -37,7 +37,7 @@ ENTITY node_apertif_unb1_fn_beamformer IS
g_sim : BOOLEAN := FALSE; g_sim : BOOLEAN := FALSE;
g_sim_level : NATURAL := 0; g_sim_level : NATURAL := 0;
g_use_data_buf : BOOLEAN := TRUE; -- Add a data buffer parallel to the BF. Does not affect other functions. g_use_data_buf : BOOLEAN := TRUE; -- Add a data buffer parallel to the BF. Does not affect other functions.
g_use_bf_offload : BOOLEAN := TRUE; -- Offload BF out(0) datapath to 1GbE UDP TX port. Does not affect other functions. g_use_bf_offload : BOOLEAN := FALSE; -- Offload BF out(0) datapath to 1GbE UDP TX port. Does not affect other functions.
g_use_bf : BOOLEAN := TRUE; -- FALSE does not instantiate a BF instance. g_use_bf : BOOLEAN := TRUE; -- FALSE does not instantiate a BF instance.
g_use_block_gen : BOOLEAN := FALSE; -- TRUE overrides terminal output and feeds BG output to the BF instead. g_use_block_gen : BOOLEAN := FALSE; -- TRUE overrides terminal output and feeds BG output to the BF instead.
-- Stream properties -- Stream properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment