riscv-tests.git
8 years agoUse new canonical NaN
Andrew Waterman [Wed, 13 Jan 2016 00:16:49 +0000 (16:16 -0800)]
Use new canonical NaN

8 years agoWrite 1, not 0, to MIPI
Andrew Waterman [Wed, 13 Jan 2016 00:16:14 +0000 (16:16 -0800)]
Write 1, not 0, to MIPI

8 years agochange la to li as appropriate in test macros
Howard Mao [Mon, 14 Dec 2015 17:54:13 +0000 (09:54 -0800)]
change la to li as appropriate in test macros

8 years agoMerge pull request #4 from pmundkur/devel
Andrew Waterman [Fri, 4 Dec 2015 22:45:28 +0000 (14:45 -0800)]
Merge pull request #4 from pmundkur/devel

Add a top-level make clean target.

8 years agoUpdate IPI test to work with new mechanism
Andrew Waterman [Mon, 16 Nov 2015 22:16:05 +0000 (14:16 -0800)]
Update IPI test to work with new mechanism

8 years agoupdate env
Andrew Waterman [Fri, 6 Nov 2015 08:23:47 +0000 (00:23 -0800)]
update env

8 years agoAvoid REMU in timer test
Andrew Waterman [Mon, 19 Oct 2015 19:25:23 +0000 (12:25 -0700)]
Avoid REMU in timer test

8 years agofix to riscv_test.h in env
Howard Mao [Mon, 28 Sep 2015 20:49:41 +0000 (13:49 -0700)]
fix to riscv_test.h in env

8 years agoAdd another recoding test
Andrew Waterman [Thu, 24 Sep 2015 18:49:11 +0000 (11:49 -0700)]
Add another recoding test

8 years agoAdd another recoding test case
Andrew Waterman [Mon, 21 Sep 2015 19:21:11 +0000 (12:21 -0700)]
Add another recoding test case

8 years agoRemove executable permissions from source files
Andrew Waterman [Mon, 21 Sep 2015 06:38:38 +0000 (23:38 -0700)]
Remove executable permissions from source files

8 years agoRemove Hwacha v3 tests
Andrew Waterman [Mon, 21 Sep 2015 06:38:00 +0000 (23:38 -0700)]
Remove Hwacha v3 tests

8 years agoAdd another FP recoding test case
Andrew Waterman [Sun, 20 Sep 2015 21:57:19 +0000 (14:57 -0700)]
Add another FP recoding test case

8 years agoAdd test for FP recoding corner cases
Andrew Waterman [Wed, 16 Sep 2015 20:45:07 +0000 (13:45 -0700)]
Add test for FP recoding corner cases

8 years agoAdd a top-level make clean target.
Prashanth Mundkur [Thu, 6 Aug 2015 20:27:10 +0000 (13:27 -0700)]
Add a top-level make clean target.

8 years agoUse medany code model, not PIC, for ISA tests
Andrew Waterman [Tue, 4 Aug 2015 01:20:54 +0000 (18:20 -0700)]
Use medany code model, not PIC, for ISA tests

8 years agodon't pass fpu/vector tests when fpu/vector not present
Yunsup Lee [Fri, 17 Jul 2015 19:31:14 +0000 (12:31 -0700)]
don't pass fpu/vector tests when fpu/vector not present

8 years agoCoherence torture test for VM tests
Andrew Waterman [Tue, 7 Jul 2015 00:07:02 +0000 (17:07 -0700)]
Coherence torture test for VM tests

VM tests only support one core, so have the other cores hammer on the
memory system to attempt to catch simple coherence regressions.

8 years agoNew M-mode timers
Andrew Waterman [Sun, 5 Jul 2015 23:57:07 +0000 (16:57 -0700)]
New M-mode timers

8 years agoFix RV32 handling of syscall arguments
Andrew Waterman [Fri, 3 Jul 2015 00:14:06 +0000 (17:14 -0700)]
Fix RV32 handling of syscall arguments

8 years agoAdd _hard_float check in crt.S.
Christopher Celio [Wed, 1 Jul 2015 22:59:11 +0000 (15:59 -0700)]
Add _hard_float check in crt.S.

8 years agoAdd basic WFI test
Andrew Waterman [Tue, 19 May 2015 09:28:59 +0000 (02:28 -0700)]
Add basic WFI test

8 years agoFix VM, MIP encoding
Andrew Waterman [Thu, 14 May 2015 09:18:59 +0000 (02:18 -0700)]
Fix VM, MIP encoding

8 years agoUpdate to privileged architecture version 1.7
Andrew Waterman [Sat, 9 May 2015 23:39:39 +0000 (16:39 -0700)]
Update to privileged architecture version 1.7

8 years agoFix dhrystone timing code
Andrew Waterman [Fri, 1 May 2015 22:16:55 +0000 (15:16 -0700)]
Fix dhrystone timing code

8 years agoMake dhrystone report correct-ish numbers
Andrew Waterman [Fri, 1 May 2015 07:56:39 +0000 (00:56 -0700)]
Make dhrystone report correct-ish numbers

8 years agoDon't rely on reset values of MSTATUS_UA/SA
Andrew Waterman [Tue, 21 Apr 2015 21:58:47 +0000 (14:58 -0700)]
Don't rely on reset values of MSTATUS_UA/SA

8 years agoFix benchmark compilation/execution on RV32
Andrew Waterman [Tue, 21 Apr 2015 21:57:42 +0000 (14:57 -0700)]
Fix benchmark compilation/execution on RV32

9 years agoMerge pull request #3 from joerchan/master
Andrew Waterman [Mon, 13 Apr 2015 21:43:18 +0000 (14:43 -0700)]
Merge pull request #3 from joerchan/master

Better coverage of mul high instructions

9 years agoCorrect expected high value of multiplication
Joakim Andersson [Mon, 13 Apr 2015 20:57:04 +0000 (22:57 +0200)]
Correct expected high value of multiplication

9 years agoBetter coverage of mul high instructions
Joakim Andersson [Sun, 12 Apr 2015 21:50:05 +0000 (23:50 +0200)]
Better coverage of mul high instructions

9 years agoRun RV32 tests on spike with --isa=RV32
Andrew Waterman [Sat, 4 Apr 2015 05:16:00 +0000 (22:16 -0700)]
Run RV32 tests on spike with --isa=RV32

9 years agoUpdate env
Andrew Waterman [Tue, 31 Mar 2015 05:00:00 +0000 (22:00 -0700)]
Update env

9 years agoNew virtual memory implementation (Sv39)
Andrew Waterman [Fri, 27 Mar 2015 23:17:36 +0000 (16:17 -0700)]
New virtual memory implementation (Sv39)

9 years agosplit out S-mode tests and M-mode tests
Yunsup Lee [Wed, 25 Mar 2015 23:25:42 +0000 (16:25 -0700)]
split out S-mode tests and M-mode tests

9 years agoDon't assume PRV1/2 and IE1/2 are reset
Andrew Waterman [Wed, 25 Mar 2015 02:30:14 +0000 (19:30 -0700)]
Don't assume PRV1/2 and IE1/2 are reset

9 years agoMerge rv64si and rv32si tests
Andrew Waterman [Sat, 21 Mar 2015 06:14:10 +0000 (23:14 -0700)]
Merge rv64si and rv32si tests

9 years agoAdd fdiv test
Andrew Waterman [Sat, 21 Mar 2015 05:16:44 +0000 (22:16 -0700)]
Add fdiv test

9 years agoneed fence before scall for vector mm
Yunsup Lee [Tue, 17 Mar 2015 21:38:04 +0000 (14:38 -0700)]
need fence before scall for vector mm

9 years agopush env
Yunsup Lee [Tue, 17 Mar 2015 12:00:42 +0000 (05:00 -0700)]
push env

9 years agorelay hwacha cause/aux to scause/sbadaddr
Yunsup Lee [Tue, 17 Mar 2015 11:35:24 +0000 (04:35 -0700)]
relay hwacha cause/aux to scause/sbadaddr

9 years agoMerge [shm]call into ecall, [shm]ret into eret
Andrew Waterman [Tue, 17 Mar 2015 08:18:36 +0000 (01:18 -0700)]
Merge [shm]call into ecall, [shm]ret into eret

9 years agorevamp vector tests with new privileged spec, and add scalar pt tests
Yunsup Lee [Mon, 16 Mar 2015 09:10:17 +0000 (02:10 -0700)]
revamp vector tests with new privileged spec, and add scalar pt tests

9 years agoAdd PTE dirty bit test
Andrew Waterman [Sat, 14 Mar 2015 09:08:03 +0000 (02:08 -0700)]
Add PTE dirty bit test

9 years agoUse hcall instead of mcall
Andrew Waterman [Fri, 13 Mar 2015 06:09:22 +0000 (23:09 -0700)]
Use hcall instead of mcall

9 years agoUpdate to new privileged spec
Andrew Waterman [Fri, 13 Mar 2015 00:39:44 +0000 (17:39 -0700)]
Update to new privileged spec

9 years agoAdded more +/- NaN/inf tests for fcvt.{w/l/wu/lu}.{s/d}
Christopher Celio [Tue, 24 Feb 2015 00:07:56 +0000 (16:07 -0800)]
Added more +/- NaN/inf tests for fcvt.{w/l/wu/lu}.{s/d}

9 years agoAdded -NaN test for fcvt.{w/h}.s
Christopher Celio [Mon, 23 Feb 2015 03:36:40 +0000 (19:36 -0800)]
Added -NaN test for fcvt.{w/h}.s

9 years agoUnify rv32/rv64 timer tests
Andrew Waterman [Thu, 19 Feb 2015 20:25:14 +0000 (12:25 -0800)]
Unify rv32/rv64 timer tests

9 years agochange organization to riscv
Yunsup Lee [Tue, 17 Feb 2015 19:31:28 +0000 (11:31 -0800)]
change organization to riscv

9 years agoMake rv64uf-p-ldst test the sign bit, too
Andrew Waterman [Mon, 16 Feb 2015 00:13:18 +0000 (16:13 -0800)]
Make rv64uf-p-ldst test the sign bit, too

9 years agoChange submodule pointers to github.com/riscv
Palmer Dabbelt [Sat, 7 Feb 2015 19:53:29 +0000 (11:53 -0800)]
Change submodule pointers to github.com/riscv

This new organization is designed to make it easier for external
collaborators to contribute.

9 years agoFix matmul performance on gcc 4.9
Andrew Waterman [Tue, 27 Jan 2015 08:33:47 +0000 (00:33 -0800)]
Fix matmul performance on gcc 4.9

It's just loop interchange in the register blocking loop.

9 years agoAdd LICENSE
Andrew Waterman [Sat, 10 Jan 2015 01:57:12 +0000 (17:57 -0800)]
Add LICENSE

9 years agoAvoid deprecated "b" pseudo-op; use "j" instead
Andrew Waterman [Mon, 5 Jan 2015 05:31:18 +0000 (21:31 -0800)]
Avoid deprecated "b" pseudo-op; use "j" instead

9 years agoOn misaligned fetch, EPC = branch target, not source
Andrew Waterman [Sat, 3 Jan 2015 06:33:32 +0000 (22:33 -0800)]
On misaligned fetch, EPC = branch target, not source

We can revert this commit if we decide to change the EPC behavior.

9 years agominor mt updates
Henry Cook [Thu, 18 Dec 2014 03:12:08 +0000 (19:12 -0800)]
minor mt updates

9 years agoRemove dependence on machine/syscall.h
Andrew Waterman [Tue, 16 Dec 2014 02:10:13 +0000 (18:10 -0800)]
Remove dependence on machine/syscall.h

9 years agoInitialize static TLS for the benchmarks
Andrew Waterman [Sat, 13 Dec 2014 11:53:49 +0000 (03:53 -0800)]
Initialize static TLS for the benchmarks

9 years agoAdd more entropy to matrix multiplication input
Andrew Waterman [Sat, 13 Dec 2014 02:17:31 +0000 (18:17 -0800)]
Add more entropy to matrix multiplication input

This will exercise the floating-point units more thoroughly.

9 years agoUse user stack in supervisor mode
Andrew Waterman [Sat, 13 Dec 2014 00:07:46 +0000 (16:07 -0800)]
Use user stack in supervisor mode

This fixes a race condition, as there was only one kernel stack.

9 years agoUse new toolchain and calling convention
Andrew Waterman [Thu, 4 Dec 2014 01:50:37 +0000 (17:50 -0800)]
Use new toolchain and calling convention

9 years agoRely on assembler to relax far branches
Andrew Waterman [Thu, 4 Dec 2014 01:48:17 +0000 (17:48 -0800)]
Rely on assembler to relax far branches

9 years agoMake timer test more thorough
Andrew Waterman [Thu, 4 Dec 2014 01:47:55 +0000 (17:47 -0800)]
Make timer test more thorough

9 years agopush env
Yunsup Lee [Sat, 22 Nov 2014 18:29:44 +0000 (10:29 -0800)]
push env

9 years agorelax rv32si timer test a bit
Yunsup Lee [Sat, 22 Nov 2014 18:29:30 +0000 (10:29 -0800)]
relax rv32si timer test a bit

9 years agoremove zscale specific tests
Yunsup Lee [Thu, 13 Nov 2014 19:45:25 +0000 (11:45 -0800)]
remove zscale specific tests

9 years agoenable make subsets
Yunsup Lee [Thu, 13 Nov 2014 19:44:29 +0000 (11:44 -0800)]
enable make subsets

9 years agomake rv32si fault load/store test stronger
Yunsup Lee [Thu, 13 Nov 2014 11:11:05 +0000 (03:11 -0800)]
make rv32si fault load/store test stronger

9 years agobeef up rv32si tests
Yunsup Lee [Thu, 13 Nov 2014 07:09:10 +0000 (23:09 -0800)]
beef up rv32si tests

9 years agoblocked mt-matmul
Henry Cook [Wed, 12 Nov 2014 00:03:24 +0000 (16:03 -0800)]
blocked mt-matmul

9 years agoforgot barrier in mt-matmul
Henry Cook [Sat, 8 Nov 2014 01:08:37 +0000 (17:08 -0800)]
forgot barrier in mt-matmul

9 years agoClean up canonical mt benchmarks and reorganize extra versions in /mt. All versions...
Henry Cook [Fri, 7 Nov 2014 01:24:39 +0000 (17:24 -0800)]
Clean up canonical mt benchmarks and reorganize extra versions in /mt. All versions support support at least 1/2/4 threads.

9 years agoFix build with riscv-gcc version 4.9
Andrew Waterman [Fri, 7 Nov 2014 02:17:42 +0000 (18:17 -0800)]
Fix build with riscv-gcc version 4.9

9 years agoDon't access memory outside of the binary's range
Andrew Waterman [Fri, 7 Nov 2014 02:16:48 +0000 (18:16 -0800)]
Don't access memory outside of the binary's range

9 years agoFix TLS in benchmarks
Andrew Waterman [Fri, 7 Nov 2014 01:30:28 +0000 (17:30 -0800)]
Fix TLS in benchmarks

Linker relaxations were screwing up loading the thread pointer.

9 years agopush env
Yunsup Lee [Fri, 24 Oct 2014 17:12:03 +0000 (10:12 -0700)]
push env

9 years agoUpdated mt tests
Henry Cook [Thu, 25 Sep 2014 01:11:42 +0000 (18:11 -0700)]
Updated mt tests

9 years agoEnable interrupts in bmarks
Christopher Celio [Wed, 10 Sep 2014 21:17:01 +0000 (14:17 -0700)]
Enable interrupts in bmarks

9 years agoAdded "simple" test to rv32ui.
Christopher Celio [Thu, 28 Aug 2014 10:52:17 +0000 (03:52 -0700)]
Added "simple" test to rv32ui.

9 years agoupdates
Yunsup Lee [Thu, 7 Aug 2014 00:26:58 +0000 (17:26 -0700)]
updates

9 years agoupdate readme
Yunsup Lee [Thu, 7 Aug 2014 00:13:47 +0000 (17:13 -0700)]
update readme

9 years agoupdate readme
Yunsup Lee [Wed, 6 Aug 2014 23:43:25 +0000 (16:43 -0700)]
update readme

9 years agocleanup README.md for web
Sagar Karandikar [Tue, 5 Aug 2014 23:39:47 +0000 (16:39 -0700)]
cleanup README.md for web

9 years agoprep-for-public: change to https ref for env
Sagar Karandikar [Wed, 30 Jul 2014 16:41:33 +0000 (09:41 -0700)]
prep-for-public: change to https ref for env

9 years agoAdd timer interrupt test
Andrew Waterman [Thu, 8 May 2014 01:03:37 +0000 (18:03 -0700)]
Add timer interrupt test

10 years agoAdded a new test case to REMW.
Christopher Celio [Fri, 18 Apr 2014 23:42:03 +0000 (16:42 -0700)]
Added a new test case to REMW.

10 years agocommit high-performance mm (scalar and vector versions)
Yunsup Lee [Tue, 15 Apr 2014 04:15:15 +0000 (21:15 -0700)]
commit high-performance mm (scalar and vector versions)

10 years agoAdjust hwacha misaligned instruction test to ignore lower 2 bits in comparisons to...
Stephen Twigg [Wed, 9 Apr 2014 04:53:19 +0000 (21:53 -0700)]
Adjust hwacha misaligned instruction test to ignore lower 2 bits in comparisons to account for impl differences.

10 years agoResync env with riscv-opcodes
Stephen Twigg [Mon, 7 Apr 2014 23:17:08 +0000 (16:17 -0700)]
Resync env with riscv-opcodes

10 years agoAdd radix sort benchmark
Andrew Waterman [Mon, 7 Apr 2014 23:03:37 +0000 (16:03 -0700)]
Add radix sort benchmark

10 years agosetStats in benchmarks now should set and unset the stats register. Also, removed...
Stephen Twigg [Thu, 3 Apr 2014 23:47:43 +0000 (16:47 -0700)]
setStats in benchmarks now should set and unset the stats register. Also, removed legacy SET_STATS macro.

10 years agoSync env with opcodes
Stephen Twigg [Thu, 3 Apr 2014 23:47:06 +0000 (16:47 -0700)]
Sync env with opcodes

10 years agoMake qsort input size more reasonable
Andrew Waterman [Wed, 26 Mar 2014 04:40:02 +0000 (21:40 -0700)]
Make qsort input size more reasonable

10 years agoMake qsort benchmark more meaningful
Andrew Waterman [Wed, 26 Mar 2014 04:27:30 +0000 (21:27 -0700)]
Make qsort benchmark more meaningful

Before, we were sorting a sorted array :\

10 years agoCheck FP corner cases and flags
Andrew Waterman [Tue, 18 Mar 2014 23:38:57 +0000 (16:38 -0700)]
Check FP corner cases and flags

10 years agoAdd fclass.{s|d} test
Andrew Waterman [Fri, 7 Mar 2014 02:23:05 +0000 (18:23 -0800)]
Add fclass.{s|d} test

10 years agoupdate env
Yunsup Lee [Tue, 4 Mar 2014 05:17:02 +0000 (21:17 -0800)]
update env

10 years agopush env
Yunsup Lee [Sun, 2 Mar 2014 10:46:07 +0000 (02:46 -0800)]
push env

10 years agoadd vfmsv.{s,d} tests
Yunsup Lee [Sun, 2 Mar 2014 10:43:04 +0000 (02:43 -0800)]
add vfmsv.{s,d} tests