mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
compressed_decoder.sv: remove useless condition (#1636)
This commit is contained in:
parent
d0cba61b16
commit
25f85a5698
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ module compressed_decoder #(
|
|||
endcase
|
||||
|
||||
// Check if the instruction was illegal, if it was then output the offending instruction (zero-extended)
|
||||
if (illegal_instr_o && is_compressed_o) begin
|
||||
if (illegal_instr_o) begin
|
||||
instr_o = instr_i;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue