Skip to content

Commit

Permalink
Merge branch 'master' into dev/code-cov-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon authored Jan 31, 2025
2 parents b8407a4 + 0ec6519 commit a065680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/frontend/instr_scan.sv
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module instr_scan #(
output logic rvi_jalr_o,
// Unconditional jump instruction - FRONTEND
output logic rvi_jump_o,
// Instruction immediat - FRONTEND
// Instruction immediate - FRONTEND
output logic [CVA6Cfg.VLEN-1:0] rvi_imm_o,
// Branch compressed instruction - FRONTEND
output logic rvc_branch_o,
Expand All @@ -44,7 +44,7 @@ module instr_scan #(
output logic rvc_jalr_o,
// JAL compressed instruction - FRONTEND
output logic rvc_call_o,
// Instruction compressed immediat - FRONTEND
// Instruction compressed immediate - FRONTEND
output logic [CVA6Cfg.VLEN-1:0] rvc_imm_o
);

Expand Down

0 comments on commit a065680

Please sign in to comment.