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

Merge branch 'master' into L2SDP-162

parents 4823fc9c 6648d6a3
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!68Resolve L2SDP-162
......@@ -115,8 +115,8 @@ BEGIN
no_pfs : IF g_pfs_bypass=TRUE GENERATE
fil_out_dat_x <= SHIFT_SVEC(pfs_in_dat_x, g_pfs_in_dat_w - g_pfs_out_dat_w); -- < 0 is shift left, > 0 is shift right
fil_out_dat_y <= SHIFT_SVEC(pfs_in_dat_y, g_pfs_in_dat_w - g_pfs_out_dat_w); -- < 0 is shift left, > 0 is shift right
fil_out_val <= pfs_in_val,
fil_out_sync <= pfs_in_sync,
fil_out_val <= pfs_in_val;
fil_out_sync <= pfs_in_sync;
END GENERATE;
fil_sosi.re <= RESIZE_DP_DSP_DATA(fil_out_dat_x);
......
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