Skip to content

Commit bcd0353

Browse files
committed
library: jesd204: jesd204_fec_decode: Register ad_mem output
Signed-off-by: bluncan <[email protected]>
1 parent 41bafd9 commit bcd0353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/jesd204/jesd204_rx/jesd204_fec_decode.sv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ module jesd204_fec_decode #(
5454
logic [BUFFER_ADDR_WIDTH-1:0] buf_rd_addr;
5555
logic [DATA_WIDTH-1:0] buf_wr_data;
5656
logic [DATA_WIDTH-1:0] buf_rd_data;
57-
// logic [DATA_WIDTH-1:0] buf_rd_data_d;
5857
logic [3:1] eomb_d;
5958
logic data_in_en;
6059
logic fec_in_en;
@@ -222,7 +221,6 @@ module jesd204_fec_decode #(
222221

223222
always_ff @(posedge clk) begin
224223
error_syndrome_next_d <= error_syndrome_next;
225-
// buf_rd_data_d <= buf_rd_data;
226224
end
227225

228226
// Error is trapped if the MSb of the syndrome is 1 and bits 16:0 of the syndrome are 0

0 commit comments

Comments
 (0)