aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64mi
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Fixes for illegal.S to support Bare-SMode and sbreak.S & scall.S to support C...SLAMET RIANTO1-0/+38
2021-01-08Don't rely on the implementation-specific WFI time limit (#318)Paul Donahue1-18/+0
2020-12-07Fix minor typo (#307)Takahiro1-1/+1
2020-11-20Only attempt to build tests supported by compilerAndrew Waterman1-2/+0
2019-07-29Support RV32E. Fixed #198 (#200)Leway Colin1-5/+5
2019-04-20masking no longer required.Neel1-16/+0
2019-04-20removing check for reset value of type in mcontrolNeel1-10/+8
2019-04-20fix for #159 #158Neel1-4/+7
2018-12-18Avoid using t3 and t4 for supporting RV32E (#173)zhonghochen1-5/+6
2018-09-06Revert "breakpoint.S: Don't assume trigger is hardwired to breakpoint (#158) ...Andrew Waterman1-1/+1
2018-09-06breakpoint.S: Don't assume trigger is hardwired to breakpoint (#158) (#159)Tommy Thorn1-1/+1
2018-01-02Test access exception behavior for illegal addresses (#111)Andrew Waterman2-0/+71
2017-11-20Check mtval in rv64mi-p-illegal (#104)Andrew Waterman1-0/+11
2017-11-11Make sure that code is 4-byte aligned before disabling rvc (#100)Andrew Waterman1-0/+1
2017-10-30Declare trap handlers as global symbols. (#87)Richard Xia3-0/+4
2017-04-14Fix illegal-instruction test when S-mode is not implementedAndrew Waterman1-10/+14
2017-04-07Retrofit rv64mi-p-illegal to test vectored interruptsAndrew Waterman1-7/+41
2017-04-07Remove defunct IPI testsAndrew Waterman2-52/+0
2017-04-05Make ma_addr test work for systems with misaligned ld/stAndrew Waterman1-34/+66
2017-03-13Test mstatus.TW, mstatus.TVM, and mstatus.TSR featuresAndrew Waterman1-1/+105
2017-03-09Check mbadaddr in ma_addr testAndrew Waterman1-0/+4
2016-12-06avoid non-standard predefined macrosAndrew Waterman3-5/+5
2016-08-26Update to new breakpoint & counter specAndrew Waterman1-26/+25
2016-07-29Add an RVC testAndrew Waterman2-3/+7
2016-07-22Move dirty bit test to rv64si directoryAndrew Waterman2-94/+0
2016-07-11Remove instruction width assumptions to support RVCAndrew Waterman2-0/+2
2016-07-06Update to new PTE formatAndrew Waterman1-4/+4
2016-06-17Fix breakpoint test when only one breakpoint presentAndrew Waterman1-1/+8
2016-06-10Test more than one breakpoint at a time, if presentAndrew Waterman1-44/+68
2016-06-09Update breakpoint specAndrew Waterman1-4/+19
2016-06-08Don't arm breakpoint before setting break addressAndrew Waterman1-12/+11
2016-06-08Add HW breakpoint testAndrew Waterman2-0/+98
2016-05-02Remove incorrect M-mode WFI testAndrew Waterman2-9/+0
2016-05-02Stop using tohost/fromhost registersAndrew Waterman2-2/+15
2016-04-30ERET -> xRET; new memory mapAndrew Waterman6-1118/+17
2016-04-06Fix expected misa register value for RV32Andrew Waterman1-1/+1
2016-03-10Add missing rv32mi/rv32si testsAndrew Waterman2-3/+7
2016-03-03Some S-mode tests really only belong in M-modeAndrew Waterman2-8/+116
2016-03-03WIP on priv spec v1.9Andrew Waterman4-7/+11
2016-01-12Write 1, not 0, to MIPIAndrew Waterman1-1/+1
2015-11-16Update IPI test to work with new mechanismAndrew Waterman1-17/+3
2015-10-19Avoid REMU in timer testAndrew Waterman1-2/+7
2015-07-05New M-mode timersAndrew Waterman1-4/+1094
2015-05-19Add basic WFI testAndrew Waterman2-0/+9
2015-05-09Update to privileged architecture version 1.7Andrew Waterman4-4/+36
2015-04-03Run RV32 tests on spike with --isa=RV32Andrew Waterman1-1/+1
2015-03-27New virtual memory implementation (Sv39)Andrew Waterman1-4/+4
2015-03-25split out S-mode tests and M-mode testsYunsup Lee10-0/+221