- Dec 29, 2020
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Dec 22, 2020
-
-
Chih-Min Chao authored
Signed-off-by:Chih-Min Chao <chihmin.chao@sifive.com>
-
- Dec 19, 2020
-
-
Andrew Waterman authored
See #617 for discussion. Resolves #617.
-
Andrew Waterman authored
Update config file to support aarch64
-
Andrew Waterman authored
Check and use proc variable in MMU emulation
-
- Dec 18, 2020
-
-
Anup Patel authored
When deciding HS-mode interrupts in processor_t:take_interrupt() we should use "~state.hideleg" instead of "~MIP_VS_MASK" because VS interrupt bits are writeable in HIDELEG CSR. Signed-off-by:Anup Patel <anup.patel@wdc.com>
-
Mehmet Oguz Derin authored
-
Anup Patel authored
We cannot blindly use proc variable in MMU emulation because external debug emulation instantiates MMU with proc=NULL. Signed-off-by:Anup Patel <anup.patel@wdc.com>
-
- Dec 16, 2020
-
-
Andrew Waterman authored
-
- Dec 15, 2020
-
-
Andrew Waterman authored
Misc fix 2020 12 14
-
- Dec 14, 2020
-
-
Dave.Wen authored
-
Chih-Min Chao authored
Signed-off-by:Chih-Min Chao <chihmin.chao@sifive.com>
-
Chih-Min Chao authored
Signed-off-by:Chih-Min Chao <chihmin.chao@sifive.com>
-
Tim Newsome authored
When a single abstract command writes s0 and executes a program buffer that leads to an exception, the value of s0 should still persist. The fact that it did not masked the following bug in OpenOCD: https://github.com/riscv/riscv-openocd/issues/559
-
- Dec 08, 2020
-
-
Daniel Lustig authored
-
- Dec 05, 2020
-
-
Andrew Waterman authored
Rvv fix 2020 12 04
-
Dave.Wen authored
-
Dave.Wen authored
-
- Dec 03, 2020
-
-
Chih-Min Chao authored
ref: https://github.com/riscv/riscv-v-spec/commit/511d0b84a3848de437fd01990d078feaa2871b11 Signed-off-by:
Chih-Min Chao <chihmin.chao@sifive.com>
-
- Dec 02, 2020
-
-
Andrew Waterman authored
-
Will Hawkins authored
Fix Issue #609 where extraneous debugging output was added when the user invoked any simulation operation that involved addr_to_mem.
-
- Nov 30, 2020
-
-
Will Hawkins authored
Add a core parameter to the interactive str command. This makes it possible for the spike user to specify the device whose memory contains the NUL-terminated string to be printed.
-
Andrew Waterman authored
Fix hstatus.GVA and mstatus.GVA updation
-
- Nov 28, 2020
-
-
Anup Patel authored
We are saving new HTVAL value in wrong location for HTVAL CSR write so let's fix this. Signed-off-by:Anup Patel <anup.patel@wdc.com>
-
- Nov 27, 2020
-
-
Anup Patel authored
The hstatus.GVA and mstatus.GVA should be set only when guest virtual address is written to stval or mtval CSRs at time of taking trap. This patch update access, page fault, and guest page fault trap classes so that we can pass gva flag correct from source of the trap. Signed-off-by:Anup Patel <anup.patel@wdc.com>
-
- Nov 26, 2020
-
-
Daniel Bates authored
-
- Nov 24, 2020
-
-
Marcus Comstedt authored
-
Anup Patel authored
This patch fixes VSSTATUS bits updations as follows: 1. set_csr() should not allow writs to VSSTATUS.SD bit instead VSSTATUS.SD bit should be derived again after VSSTATUS is updated 2. set_virt() should copy FS, VS and XS bits when transitioning from virt=on (VS/VU-mode) to virt=off (HS/M-mode) Signed-off-by:Anup Patel <anup.patel@wdc.com>
-
- Nov 19, 2020
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
h/t @daniellustig
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
I verified the new versions still compile to efficient x86 code (rolw/bswap[q])
-
Andrew Waterman authored
-
- Nov 16, 2020
-
-
Marcus Comstedt authored
-
Andrew Waterman authored
Pmp per core
-