aboutsummaryrefslogtreecommitdiff
path: root/riscv/processor.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-09-09 18:35:09 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-09-09 18:35:09 -0700
commit167a876c4fb9fc8c0d51c6f2696dc732ac7b5984 (patch)
tree14fd182d88da22f62a65dd12150bb1463a09a5ae /riscv/processor.h
parentde9ebf704e94c0fa636c37d922017743baba861d (diff)
downloadspike-167a876c4fb9fc8c0d51c6f2696dc732ac7b5984.zip
spike-167a876c4fb9fc8c0d51c6f2696dc732ac7b5984.tar.gz
spike-167a876c4fb9fc8c0d51c6f2696dc732ac7b5984.tar.bz2
allow MAFDC bits in MISA to be modified
Diffstat (limited to 'riscv/processor.h')
-rw-r--r--riscv/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/processor.h b/riscv/processor.h
index 4d8dd64..8a9ff47 100644
--- a/riscv/processor.h
+++ b/riscv/processor.h
@@ -286,6 +286,7 @@ private:
unsigned max_xlen;
unsigned xlen;
reg_t isa;
+ reg_t max_isa;
std::string isa_string;
bool histogram_enabled;
bool halt_on_reset;