riscv / riscv-test-env

https://jira.riscv.org/browse/RVG-141
Other
42 stars 107 forks source link

Enable EXTRA_INIT macro to work in VM environment #10

Closed mmckeown closed 6 years ago

mmckeown commented 6 years ago

Useful for initializing things that require machine mode, such as performance counters, in individual tests. This is especially necessary since the VM environment does not allow for tests to create their own syscalls/trap handlers.