Skip to content
Snippets Groups Projects

Verified xsub with ring in simulation.

Merged Reinier van der Walle requested to merge L2SDP-292 into master
2 unresolved threads

Closes L2SDP-292

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • 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;
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Eric Kooistra mentioned in commit a2d446b0

    mentioned in commit a2d446b0

  • merged

  • Please register or sign in to reply
    Loading