aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_step_rvfi.sail
diff options
context:
space:
mode:
Diffstat (limited to 'model/riscv_step_rvfi.sail')
-rw-r--r--model/riscv_step_rvfi.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/riscv_step_rvfi.sail b/model/riscv_step_rvfi.sail
index 0efcdce..0ab482a 100644
--- a/model/riscv_step_rvfi.sail
+++ b/model/riscv_step_rvfi.sail
@@ -6,7 +6,7 @@ function ext_pre_step_hook() -> unit = ()
function ext_post_step_hook() -> unit = {
/* record the next pc */
- rvfi_exec->rvfi_pc_wdata() = EXTZ(PC)
+ rvfi_exec->rvfi_pc_wdata() = EXTZ(get_arch_pc())
}
val ext_init : unit -> unit effect {wreg}