mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
As all traps are caught by host, begin testing mini-rv32ima internals by checking PC oob and PC alignment.
6 lines
76 B
C
6 lines
76 B
C
#include "uvm32_target.h"
|
|
|
|
void main(void) {
|
|
println("Hello world");
|
|
}
|
|
|