Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali committed Oct 16, 2024
1 parent 044d10c commit 847bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verif/env/corev-dv/cva6_asm_program_gen.sv
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class cva6_asm_program_gen_c extends riscv_asm_program_gen;

instr = {};
instr = {instr,
// The trap is caused by an timer interrupt, read back xIP
// The trap is caused by a timer interrupt, read back xIP
// Write into int_ack 0x2 value
$sformatf("csrr x%0d, 0x%0x # %0s", cfg_cva6.gpr[0], epc, ip.name()),
$sformatf("li x%0d, 0", cfg_cva6.gpr[0]),
Expand Down

0 comments on commit 847bf63

Please sign in to comment.