From 72a6f9fac8f3c058d72af54a8554ee6fab2627ec Mon Sep 17 00:00:00 2001 From: Scott Johnson Date: Wed, 29 Sep 2021 12:44:24 -0700 Subject: Convert vstart to csr_t Adds commit log events for vstart to many vector instructions. --- riscv/insns/vmv_x_s.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/insns/vmv_x_s.h') diff --git a/riscv/insns/vmv_x_s.h b/riscv/insns/vmv_x_s.h index 2c03e43..39752f9 100644 --- a/riscv/insns/vmv_x_s.h +++ b/riscv/insns/vmv_x_s.h @@ -28,4 +28,4 @@ if (!(rs1 >= 0 && rs1 < (P.VU.get_vlen() / sew))) { } } -P.VU.vstart = 0; +P.VU.vstart->write(0); -- cgit v1.1