Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-17 | Improve AMO tests | Andrew Waterman | 5 | -221/+29 | |
- avoid code duplication between RV32 and RV64 variants - make LR/SC do something interesting on uniprocessors - avoid requiring M extension | |||||
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-08-08 | move fclass macros into the same file as the rest (#22) | Colin Schmidt | 3 | -8/+8 | |
2016-07-29 | Add RV32 RVC and breakpoint tests | Andrew Waterman | 6 | -2/+34 | |
2016-07-29 | Add an RVC test | Andrew Waterman | 6 | -39/+171 | |
2016-07-22 | skip user-mode trap tests in rv32mi/rv64mi-p-csr if no user mode | Howard Mao | 1 | -0/+9 | |
2016-07-22 | Move rv32mi dirty bit test to rv32si | Andrew Waterman | 3 | -2/+2 | |
2016-07-22 | Move dirty bit test to rv64si directory | Andrew Waterman | 6 | -60/+2 | |
Not sure this is quite right, since the test technically runs in M-mode. Also, remove unused rdnpc/example tests. | |||||
2016-07-22 | Simplify fence.i test for RVC | Andrew Waterman | 1 | -10/+10 | |
2016-07-22 | Make ma_fetch test robust against code size changes | Andrew Waterman | 1 | -2/+4 | |
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-07-11 | Merge rv32ua tests into rv64ua | Andrew Waterman | 9 | -365/+23 | |
2016-07-11 | Remove instruction width assumptions to support RVC | Andrew Waterman | 9 | -55/+15 | |
2016-07-11 | Remove vestigial j instruction test; improve jal test | Andrew Waterman | 6 | -168/+16 | |
2016-07-07 | Update WFI test for priv v1.9 | Andrew Waterman | 3 | -11/+3 | |
2016-07-06 | Update to new PTE format | Andrew Waterman | 1 | -4/+4 | |
2016-06-22 | Mark RV32 tests as such | Andrew Waterman | 2 | -2/+2 | |
@zhemao make sure to do "make run" in isa/ before committing | |||||
2016-06-22 | separate ua and um tests from ui testssplit-isa-tests | Howard Mao | 60 | -165/+59 | |
2016-06-22 | split up rv64uf and rv64ud isa tests | Howard Mao | 28 | -251/+670 | |
2016-06-17 | Fix breakpoint test when only one breakpoint present | Andrew Waterman | 1 | -1/+8 | |
2016-06-14 | rv32ui: sh: Added side effect test (#14) | Sebastian Bøe | 1 | -0/+18 | |
From the test comment: sh to a word aligned address should only affect the 2 lower bytes and should leave the 2 upper bytes unmodified. In this test we write 2 bytes to the lower 2 bytes of the word tdat11 and then ensure that the both the upper 2 bytes and lower 2 bytes are as expected. | |||||
2016-06-10 | Test more than one breakpoint at a time, if present | Andrew Waterman | 1 | -44/+68 | |
2016-06-09 | Update breakpoint spec | Andrew Waterman | 1 | -4/+19 | |
2016-06-08 | Don't arm breakpoint before setting break address | Andrew Waterman | 1 | -12/+11 | |
2016-06-08 | Add HW breakpoint test | Andrew Waterman | 2 | -0/+98 | |
2016-05-22 | Enable LR/SC tests, even for uniprocessors | Andrew Waterman | 4 | -6/+4 | |
2016-05-03 | get rid of empty asm test | Howard Mao | 3 | -30/+0 | |
2016-05-03 | add empty ISA test | Howard Mao | 3 | -0/+30 | |
2016-05-02 | Remove incorrect M-mode WFI test | Andrew Waterman | 3 | -18/+0 | |
MSIP isn't supposed to be writable locally! | |||||
2016-05-02 | Stop using tohost/fromhost registers | Andrew Waterman | 2 | -2/+15 | |
2016-04-30 | ERET -> xRET; new memory map | Andrew Waterman | 17 | -1179/+48 | |
For now, we no longer build hex files, because the programs don't start at address 0. This decision will likely be revisited. | |||||
2016-04-06 | Fix expected misa register value for RV32 | Andrew Waterman | 1 | -1/+1 | |
2016-03-14 | More RV32 tests | Andrew Waterman | 3 | -3/+69 | |
2016-03-10 | Add missing rv32mi/rv32si tests | Andrew Waterman | 8 | -3/+43 | |
2016-03-03 | Undo accidental Makefile modification | Andrew Waterman | 1 | -1/+1 | |
2016-03-03 | Make WFI test more strict | Andrew Waterman | 1 | -3/+1 | |
2016-03-03 | Some S-mode tests really only belong in M-mode | Andrew Waterman | 13 | -193/+135 | |
2016-03-03 | Make JALR test sensible in RISC-V, rather than SMIPS | Andrew Waterman | 2 | -121/+18 | |
2016-03-03 | Fix ma_fetch to work with or without RVC | Andrew Waterman | 1 | -8/+18 | |
2016-03-03 | WIP on priv spec v1.9 | Andrew Waterman | 1 | -1/+1 | |
2016-03-03 | WIP on priv spec v1.9 | Andrew Waterman | 7 | -28/+32 | |
2016-03-03 | Fix ./configure in root | Andrew Waterman | 1 | -13/+13 | |
This Makefile is still super ghetto! | |||||
2016-03-01 | Negative float -> unsigned int conversions return 0 | Andrew Waterman | 1 | -17/+17 | |
2016-02-29 | Merge pull request #8 from riscv/sqrt-171 | Colin Schmidt | 1 | -0/+5 | |
What is the square root of 171? | |||||
2016-02-29 | remove comments now that tests passsqrt-171 | Colin Schmidt | 1 | -2/+0 | |
2016-02-28 | Fix capitalization of XLEN variable | Andrew Waterman | 1 | -1/+1 | |
2016-02-28 | Strip big-endian tests | Andrew Waterman | 4 | -24/+0 | |
These tests will likely never support non-standard big-endian systems. | |||||
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 |