Made plugin call configurable

This commit is contained in:
2018-04-24 19:05:01 +02:00
parent 292e2dbb89
commit 1102449d38
8 changed files with 1821 additions and 26 deletions

View File

@ -55,7 +55,7 @@ namespace arch {
enum { tohost_dflt = 0xF0001000, fromhost_dflt = 0xF0001040 };
enum csr_name {
enum riscv_csr {
/* user-level CSR */
// User Trap Setup
ustatus = 0x000,