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

- Changed nof_blocks back to 781250

- Increased versionnumber
parent 5203bbe5
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT c_use_transpose : BOOLEAN := g_design_name="apertif_unb1_fn_beamformer_trans";
CONSTANT c_use_phy : t_c_unb1_board_use_phy := (1, 1, 1, 0, sel_a_b(c_use_transpose, 1, 0), 0, 0, 1);
CONSTANT c_fw_version : t_unb1_board_fw_version := (3, 3); -- firmware version x.y
CONSTANT c_fw_version : t_unb1_board_fw_version := (3, 4); -- firmware version x.y
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";
......@@ -185,7 +185,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT c_rd_nof_chunks : NATURAL := 15; --8
CONSTANT c_rd_interval : NATURAL := c_rd_chunksize;
CONSTANT c_gapsize : NATURAL := 0;
CONSTANT c_nof_blocks : NATURAL := sel_a_b(g_sim, 32, 800000);
CONSTANT c_nof_blocks : NATURAL := sel_a_b(g_sim, 32, 781250); --800000);
CONSTANT c_reorder_seq_conf : t_reorder_seq := (c_wr_chunksize,
c_rd_chunksize,
......
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