- Dec 09, 2023
-
-
Jerry Zhao authored
-
Jerry Zhao authored
Fix Spike --device option to pass on args to downstream plugins
-
joey0320 authored
-
- Dec 07, 2023
-
-
Andrew Waterman authored
miselect: support miselect when enabling smcsrind
-
YenHaoChen authored
-
- Dec 06, 2023
-
-
YenHaoChen authored
Signed-off-by:YenHaoChen <39526191+YenHaoChen@users.noreply.github.com>
-
- Dec 02, 2023
-
-
Andrew Waterman authored
Add configurable system bus access delay
-
Tim Newsome authored
-
Tim Newsome authored
This is helpful to test OpenOCD behavior when sbbusyerror is set.
-
Tim Newsome authored
This is helpful to test OpenOCD behavior when sbbusyerror is set.
-
- Dec 01, 2023
-
-
Andrew Waterman authored
typo: vwsll.vi: fix a typo on disassembling vwsll.vi
-
YenHaoChen authored
Signed-off-by:YenHaoChen <39526191+YenHaoChen@users.noreply.github.com>
-
- Nov 30, 2023
-
-
Andrew Waterman authored
fix: dcsr.ebreak(v)[su] hardwired to 0 if unsupport corresponding privilege modes
-
- Nov 29, 2023
-
-
YenHaoChen authored
-
Andrew Waterman authored
remote_bitbang: make send_buf class member
-
- Nov 28, 2023
-
-
Volodymyr Fialko authored
Currently send buffer is static variable in function, which makes it's impossible to have multiple concurrent instances of remote bitbang class, since all of them would share this static buffer. Thus, make send_buf a class member. Signed-off-by:Volodymyr Fialko <vfialko@marvell.com>
-
- Nov 25, 2023
-
-
Andrew Waterman authored
stimecmp: perform menvcfg.STCE permission check when accessing vstimecmp in HS-mode
-
- Nov 24, 2023
-
-
YenHaoChen authored
The spec requires menvcfg.STCE=1 on accessing stimecmp or vstimecmp in a mode other than M-mode. The previous implementation does not check the permission on accessing vstimecmp in HS-mode. This commit fixes the issue by moveing the permission check from virtualized_stimecmp_csr_t to stimecmp_csr_t, which implements the vstimecmp.
-
- Nov 17, 2023
-
-
Andrew Waterman authored
Resolves #1507
-
- Nov 11, 2023
-
-
Tim Newsome authored
Update debug smoketest action.
-
Tim Newsome authored
To get https://github.com/riscv-software-src/riscv-tests/pull/522, which fixes an intermittent failure.
-
- Nov 10, 2023
-
-
Andrew Waterman authored
fesvr/htif: allow exit on SIGINT.
-
- Nov 09, 2023
-
-
Volodymyr Fialko authored
Currently signal handler would call exit() only on second received signal, this prevent proper program cleanup. Instead use signal flag to exit loop. Signed-off-by:Volodymyr Fialko <vfialko@marvell.com>
-
Andrew Waterman authored
Add support for setting PMP Granularity over CLI
-
- Nov 04, 2023
-
-
Karthik B K authored
PMP Granularity is made available as a command line option. The default value is 4 Bytes. The value can be changed by passing the option --pmp-granularity=<value> to spike. Signed-off-by:Karthik B K <karthik.bk@incoresemi.com>
-
- Nov 03, 2023
-
-
Andrew Waterman authored
Add unratified Zabha extension
-
Ved Shanbhogue authored
-
Ved Shanbhogue authored
-
Ved Shanbhogue authored
-
Ved Shanbhogue authored
-
Ved Shanbhogue authored
-
- Oct 31, 2023
-
-
Ved Shanbhogue authored
-
- Oct 25, 2023
-
-
Andrew Waterman authored
Fixing minor typo in comment Gallois -> Galois
-
- Oct 24, 2023
-
-
Nicolas Brunie authored
Signed-off-by:Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
-
- Oct 21, 2023
-
-
Andrew Waterman authored
Adding Zalasr support.
-
- Oct 20, 2023
-
-
brs authored
-
- Oct 19, 2023
-
-
brs authored
-
brs authored
-
Andrew Waterman authored
Add unratified Zcmop extension
-
- Oct 18, 2023
-
-
Ved Shanbhogue authored
-