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

Added OR to c_ena_transpose

parent 5832b293
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ END apertif_unb1_fn_beamformer;
ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT c_use_transpose : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_trans"; -- Also use DDR3
CONSTANT c_use_transpose : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_trans" OR g_design_name="apertif_unb1_fn_beamformer_tp_bg"; -- Also use DDR3
CONSTANT c_use_bg : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_tp_bg"; -- Also use DDR3, but no mesh terminals
CONSTANT c_use_phy : t_c_unb1_board_use_phy := (1, 1, sel_a_b(c_use_bg, 0, 1), 0, sel_a_b(c_use_transpose, 1, 0), 0, 0, 1);
CONSTANT c_fw_version : t_unb1_board_fw_version := (3, 4); -- firmware version x.y
......@@ -390,6 +390,7 @@ BEGIN
-----------------------------------------------------------------------------
u_node_fn_beamformer : ENTITY work.node_apertif_unb1_fn_beamformer
GENERIC MAP(
g_sim => g_sim,
g_use_block_gen => c_use_bg, -- TRUE overrides terminal output and feeds BG output to the BF instead.
g_use_bf => g_use_bf
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment