Skip to content
Snippets Groups Projects

Clarify g_nof_destinations_max design revision parameter and package constants...

Merged Eric Kooistra requested to merge L2SDP-964 into master
2 files
+ 10
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -45,7 +45,8 @@ entity tb_sdp_beamformer_output is
g_nof_repeat : natural := 50;
g_beamset_id : natural := 0;
g_use_transpose : boolean := false;
g_nof_destinations_max : natural := 1
g_nof_destinations_max : natural := 16;
g_nof_destinations : natural := 16
);
end tb_sdp_beamformer_output;
@@ -152,6 +153,11 @@ begin
proc_common_wait_until_low(dp_clk, mm_rst);
proc_common_wait_some_cycles(mm_clk, 10);
----------------------------------------------------------------------------
-- BDO nof destinations
----------------------------------------------------------------------------
proc_mem_mm_bus_wr(128, g_nof_destinations, mm_clk, reg_destinations_cipo, reg_destinations_copi);
----------------------------------------------------------------------------
-- BDO header fields
----------------------------------------------------------------------------
Loading