Verified xsub with ring in simulation.
2 unresolved threads
2 unresolved threads
Closes L2SDP-292
Merge request reports
Activity
requested review from @kooistra
assigned to @walle
183 190 184 191 u_dp_repack_data_local : ENTITY dp_lib.dp_repack_data 185 192 GENERIC MAP ( 186 g_in_dat_w => c_data_w, 187 g_in_nof_words => c_longword_w/c_data_w, 188 g_out_dat_w => c_longword_w, 189 g_out_nof_words => 1 193 g_in_dat_w => c_data_w, 194 g_in_nof_words => c_longword_w/c_data_w, 195 g_out_dat_w => c_longword_w, 196 g_out_nof_words => 1, 197 g_pipeline_ready => TRUE changed this line in version 2 of the diff
169 172 170 173 out_crosslets_info => crosslets_info 171 174 ); 175 176 -- Use xsel_sosi as local bsn and sync reference since the sync 177 -- is generated by the bsn_sync_scheduler in sdp_crosslets_subband_select. 178 bs_sosi <= xsel_sosi; Comment: Waarom is OUT bs_sosi nodig? Kan ik dat ook in het design doc aangeven (bijv in FIg 3.7) ?
Edited by Eric Kooistra
- Resolved by Reinier van der Walle
mentioned in commit a2d446b0
Please register or sign in to reply