Skip to content
Snippets Groups Projects
Commit 634a0dae authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Correct g_data_w = c_gain_out_dat_w for u_dp_complex_add.

parent e4676c4b
No related branches found
No related tags found
1 merge request!309Resolve L2SDP-903
...@@ -195,7 +195,7 @@ BEGIN ...@@ -195,7 +195,7 @@ BEGIN
u_dp_complex_add : ENTITY dp_lib.dp_complex_add u_dp_complex_add : ENTITY dp_lib.dp_complex_add
GENERIC MAP( GENERIC MAP(
g_nof_inputs => c_sdp_N_pol, g_nof_inputs => c_sdp_N_pol,
g_data_w => g_raw_dat_w g_data_w => c_gain_out_dat_w
) )
PORT MAP( PORT MAP(
rst => dp_rst, rst => dp_rst,
......
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