Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-20 | Only attempt to build tests supported by compiler | Andrew Waterman | 1 | -2/+6 | |
Resolves #303 | |||||
2020-11-11 | add zfh (float16) test case and related macros (#301) | Chih-Min Chao | 1 | -0/+4 | |
* ext: add zfh extension test case and related macro Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com> * build: add zfh to target Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com> | |||||
2017-11-26 | Rv32ud tests (#108) | Torbjørn | 1 | -0/+4 | |
* Probably implemented the changes required to support fadd test for rv32ud * Created test files in rv32ud, implemented working(?) test for ldst * fclass, fcvt_w, fmin and recoding seem to be working now * Got fdiv (and sqrt) tests working * fmadd tests seem to work * fcmp works * [WIP] fcvt working, but lacks a 32-bit implementation of the final test * Renamed macro TEST_LDST_D32 to TEST_CASE_D32 to indicate that it can be used for more than just LDST * Added Makefrag for rv32ud tests and included in main isa Makefile * Don't run 64-bit tests if the defined XLEN is 32 | |||||
2017-03-22 | Clean up benchmarks build | Andrew Waterman | 1 | -2/+0 | |
2017-03-09 | Don't link ISA tests against libc | Andrew Waterman | 1 | -1/+1 | |
2017-01-04 | Specify Spike ISA explicitly | Andrew Waterman | 1 | -2/+2 | |
2016-12-12 | Pass newly updated -march, -mabi options to gcc | Andrew Waterman | 1 | -15/+15 | |
2016-09-06 | Add rv32uf tests | Andrew Waterman | 1 | -0/+2 | |
2016-08-16 | Make ENTROPY deterministic | Andrew Waterman | 1 | -3/+2 | |
Base it on the output filename, not the pid. This still gets decent coverage, but is deterministic. | |||||
2016-07-29 | Add RV32 RVC and breakpoint tests | Andrew Waterman | 1 | -0/+2 | |
2016-07-29 | Add an RVC test | Andrew Waterman | 1 | -0/+2 | |
2016-07-18 | Default to XLEN=64 when building in-place | Andrew Waterman | 1 | -0/+2 | |
2016-07-12 | Add a "--with-xlen" configure argument (#16) | Palmer Dabbelt | 1 | -2/+1 | |
The tools had riscv64-unknown-elf-gcc hard-coded all over the place. This lets users override that if they have a 32-bit toolchain. | |||||
2016-06-22 | separate ua and um tests from ui testssplit-isa-tests | Howard Mao | 1 | -0/+8 | |
2016-06-22 | split up rv64uf and rv64ud isa tests | Howard Mao | 1 | -0/+2 | |
2016-05-03 | get rid of empty asm test | Howard Mao | 1 | -2/+0 | |
2016-05-03 | add empty ISA test | Howard Mao | 1 | -0/+2 | |
2016-04-30 | ERET -> xRET; new memory map | Andrew Waterman | 1 | -14/+2 | |
For now, we no longer build hex files, because the programs don't start at address 0. This decision will likely be revisited. | |||||
2016-03-14 | More RV32 tests | Andrew Waterman | 1 | -1/+1 | |
2016-03-03 | Undo accidental Makefile modification | Andrew Waterman | 1 | -1/+1 | |
2016-03-03 | WIP on priv spec v1.9 | Andrew Waterman | 1 | -1/+1 | |
2016-03-03 | Fix ./configure in root | Andrew Waterman | 1 | -13/+13 | |
This Makefile is still super ghetto! | |||||
2016-02-28 | Fix capitalization of XLEN variable | Andrew Waterman | 1 | -1/+1 | |
2016-02-27 | only build the rv32 bit tests if xlen is 32 | Colin Schmidt | 1 | -0/+3 | |
2016-02-27 | allow make variables to be overwritten update configure | Colin Schmidt | 1 | -6/+6 | |
configure now respects the host flag, rather than hardcoding the risc-v compiler | |||||
2015-09-20 | Remove Hwacha v3 tests | Andrew Waterman | 1 | -18/+2 | |
2015-08-03 | Use medany code model, not PIC, for ISA tests | Andrew Waterman | 1 | -1/+1 | |
2015-07-06 | Coherence torture test for VM tests | Andrew Waterman | 1 | -2/+3 | |
VM tests only support one core, so have the other cores hammer on the memory system to attempt to catch simple coherence regressions. | |||||
2015-04-03 | Run RV32 tests on spike with --isa=RV32 | Andrew Waterman | 1 | -3/+7 | |
2015-03-25 | split out S-mode tests and M-mode tests | Yunsup Lee | 1 | -0/+4 | |
2015-03-16 | revamp vector tests with new privileged spec, and add scalar pt tests | Yunsup Lee | 1 | -3/+3 | |
2015-03-12 | Update to new privileged spec | Andrew Waterman | 1 | -2/+2 | |
2014-12-03 | Use new toolchain and calling convention | Andrew Waterman | 1 | -2/+3 | |
2014-11-13 | enable make subsets | Yunsup Lee | 1 | -7/+16 | |
2014-11-06 | Fix build with riscv-gcc version 4.9 | Andrew Waterman | 1 | -1/+1 | |
2014-02-10 | Revert to old AUIPC definition | Andrew Waterman | 1 | -1/+1 | |
2014-01-31 | Shrink hex dumps | Andrew Waterman | 1 | -1/+1 | |
2014-01-31 | Add rv32si tests, including illegality of shamt[5] | Andrew Waterman | 1 | -0/+2 | |
2013-10-17 | add passing physical vector tests back in | Yunsup Lee | 1 | -1/+1 | |
2013-10-10 | revamp hwacha tests | Yunsup Lee | 1 | -15/+15 | |
2013-09-21 | Re-enable virtual memory tests | Andrew Waterman | 1 | -2/+2 | |
2013-08-24 | don't emit vvcfg for now | Andrew Waterman | 1 | -1/+1 | |
2013-08-23 | Reflect changes to ISA | Andrew Waterman | 1 | -13/+13 | |
Conflicts: isa/Makefile | |||||
2013-07-24 | feature: add autoconf | Sebastien Mirolo | 1 | -13/+17 | |
2013-06-10 | Don't disassemble zeros | Andrew Waterman | 1 | -1/+1 | |
It's gratuitous. | |||||
2013-05-13 | change riscv-isa-run to spike | Yunsup Lee | 1 | -1/+1 | |
2013-04-29 | add first RV32 tests | Andrew Waterman | 1 | -7/+9 | |
2013-04-24 | cleanup Makefiles in isa | Yunsup Lee | 1 | -0/+91 | |