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

UPdated version number

parent fed0635e
Branches
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS ...@@ -117,7 +117,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT c_use_bg : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_tp_bg"; -- Also use DDR3, but no mesh terminals CONSTANT c_use_bg : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_tp_bg"; -- Also use DDR3, but no mesh terminals
CONSTANt c_use_bf : BOOLEAN := NOT(g_design_name="apertif_unb1_fn_beamformer_tp_bg" AND g_sim); CONSTANt c_use_bf : BOOLEAN := NOT(g_design_name="apertif_unb1_fn_beamformer_tp_bg" AND g_sim);
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_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 CONSTANT c_fw_version : t_unb1_board_fw_version := (3, 5); -- firmware version x.y
CONSTANT c_tr_mesh : t_c_unb1_board_tr := c_unb1_board_tr_mesh; CONSTANT c_tr_mesh : t_c_unb1_board_tr := c_unb1_board_tr_mesh;
CONSTANT c_dp_clk_use_pll : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_base"; CONSTANT c_dp_clk_use_pll : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_base";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment