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

UPdated instance name

parent f4b4d5eb
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ USE tech_tse_lib.tb_tech_tse_pkg.ALL; ...@@ -33,7 +33,7 @@ USE tech_tse_lib.tb_tech_tse_pkg.ALL;
USE bf_lib.ALL; USE bf_lib.ALL;
USE bf_lib.bf_pkg.ALL; USE bf_lib.bf_pkg.ALL;
ENTITY node_fn_bf IS ENTITY node_unb1_fn_bf IS
GENERIC( GENERIC(
g_use_bf : BOOLEAN := TRUE; -- FALSE skips instantiation of the BF g_use_bf : BOOLEAN := TRUE; -- FALSE skips instantiation of the BF
g_bf : t_c_bf := c_bf; g_bf : t_c_bf := c_bf;
...@@ -88,9 +88,9 @@ ENTITY node_fn_bf IS ...@@ -88,9 +88,9 @@ ENTITY node_fn_bf IS
bf_out_offload_tx_sosi_arr : OUT t_dp_sosi_arr(c_eth_nof_udp_ports-1 DOWNTO 0); -- 16b beamlets bf_out_offload_tx_sosi_arr : OUT t_dp_sosi_arr(c_eth_nof_udp_ports-1 DOWNTO 0); -- 16b beamlets
bf_out_offload_tx_siso_arr : IN t_dp_siso_arr(c_eth_nof_udp_ports-1 DOWNTO 0) := (OTHERS => c_dp_siso_rst) bf_out_offload_tx_siso_arr : IN t_dp_siso_arr(c_eth_nof_udp_ports-1 DOWNTO 0) := (OTHERS => c_dp_siso_rst)
); );
END node_fn_bf; END node_unb1_fn_bf;
ARCHITECTURE str OF node_fn_bf IS ARCHITECTURE str OF node_unb1_fn_bf IS
CONSTANT c_buf_addr_w : NATURAL := ceil_log2(g_bg_diag_wave_period) + ceil_log2(g_bf.nof_subbands*g_bf.nof_signal_paths/g_bf.nof_input_streams); CONSTANT c_buf_addr_w : NATURAL := ceil_log2(g_bg_diag_wave_period) + ceil_log2(g_bf.nof_subbands*g_bf.nof_signal_paths/g_bf.nof_input_streams);
......
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