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

Corrected compile error due to , at end of statement into ;

parent 9f410b7e
No related branches found
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
......@@ -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