Skip to content

Commit

Permalink
Remove fatal message from ECC wrapper to prevent Synopsys complains.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Jan 23, 2024
1 parent 6d0ede8 commit 3d353df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/local/util/ecc_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ end else if (Encoding == "Hamming") begin: gen_hamming_ecc
);

assign syndrome_o = {rdata_i[EccDataWidth-1], syndrome};
end else begin
$fatal("%s encoding not supported!", Encoding);
end

endmodule: ecc_wrap

0 comments on commit 3d353df

Please sign in to comment.