We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bafd9 commit bcd0353Copy full SHA for bcd0353
library/jesd204/jesd204_rx/jesd204_fec_decode.sv
@@ -54,7 +54,6 @@ module jesd204_fec_decode #(
54
logic [BUFFER_ADDR_WIDTH-1:0] buf_rd_addr;
55
logic [DATA_WIDTH-1:0] buf_wr_data;
56
logic [DATA_WIDTH-1:0] buf_rd_data;
57
- // logic [DATA_WIDTH-1:0] buf_rd_data_d;
58
logic [3:1] eomb_d;
59
logic data_in_en;
60
logic fec_in_en;
@@ -222,7 +221,6 @@ module jesd204_fec_decode #(
222
221
223
always_ff @(posedge clk) begin
224
error_syndrome_next_d <= error_syndrome_next;
225
- // buf_rd_data_d <= buf_rd_data;
226
end
227
228
// Error is trapped if the MSb of the syndrome is 1 and bits 16:0 of the syndrome are 0
0 commit comments