uvm32/test
2025-12-14 21:53:54 +00:00
..
badcode Add test for reading code which is too large 2025-12-13 18:02:43 +00:00
basic_syscalls Smoke test of getProgramCounter 2025-12-13 19:21:05 +00:00
common Add test of reading cstring syscall argument which never terminates before hitting end of ram 2025-12-13 19:12:24 +00:00
custom_syscall Test for invalid uvm32_arg_t 2025-12-13 19:17:58 +00:00
extram Test for lb, lbu, lw, sb, sbu, sw explicitly 2025-12-14 00:58:35 +00:00
meter Unify all tests to use same common makefile includes 2025-12-13 17:27:24 +00:00
minirv32_internal When a trap occurs in mini-rv32ima, always pass to the host rather than allowing running code to handle it. This would be important for a real OS, but the aim of uvm32 is embeddable logic - not full emulation. 2025-12-14 11:00:45 +00:00
opcodes Add BLT test 2025-12-14 21:53:54 +00:00
stackoverflow Only use stackprotection when debugging 2025-12-13 23:26:32 +00:00
syscall_args Test memory read outside of memory and extram regions. 2025-12-14 00:32:50 +00:00
unity Initial test framework 2025-12-10 16:36:33 +00:00
Makefile Rename 2025-12-14 21:38:24 +00:00