uvm32/test
Toby Jaffey adec69e1d7 Attempt to enable RV32 C extension. c.lw and c.sw are definitely broken somehow wrt MMIO memory.
Examples built using C extensions, many fail in strange ways
2025-12-17 15:43:15 +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 Attempt to enable RV32 C extension. c.lw and c.sw are definitely broken somehow wrt MMIO memory. 2025-12-17 15:43:15 +00:00
opcodes Attempt to enable RV32 C extension. c.lw and c.sw are definitely broken somehow wrt MMIO memory. 2025-12-17 15:43:15 +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