Skip to content

Commit

Permalink
fix Decimator_to_SSS_detector.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
catkira committed Jul 13, 2023
1 parent abce55e commit a15478d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hdl/Decimator_to_SSS_detector.sv
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ reg [IN_DW - 1 : 0] fs_out_tdata;
reg [USER_WIDTH - 1 : 0] fs_out_tuser;
reg fs_out_tvalid;
reg fs_out_SSB_start;
reg fs_out_symbol_start;
wire fs_out_tlast;

frame_sync #(
Expand All @@ -122,7 +121,6 @@ frame_sync_i
.m_axis_out_tuser(fs_out_tuser),
.m_axis_out_tlast(fs_out_tlast),
.m_axis_out_tvalid(fs_out_tvalid),
.symbol_start_o(fs_out_symbol_start),
.SSB_start_o(fs_out_SSB_start)
);

Expand Down

0 comments on commit a15478d

Please sign in to comment.