Skip to content

Commit

Permalink
Update decoder.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Nov 5, 2023
1 parent 56ee725 commit ae5d89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/decoder.sv
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module decoder
// DRET
12'b111_1011_0010: begin
instruction_o.op = ariane_pkg::DRET;
if (CVACfg.DebugEn) begin
if (CVA6Cfg.DebugEn) begin
// check that we are in debug mode when executing this instruction
illegal_instr = (!debug_mode_i) ? 1'b1 : illegal_instr;
end else begin
Expand Down

0 comments on commit ae5d89b

Please sign in to comment.