summaryrefslogtreecommitdiff
path: root/inst.chisel
diff options
context:
space:
mode:
authorGravatar Stephen Twigg <sdtwigg@eecs.berkeley.edu>2014-04-03 16:20:41 -0700
committerGravatar Stephen Twigg <sdtwigg@eecs.berkeley.edu>2014-04-03 16:20:41 -0700
commit04e3614f776c9721114ca451a3c71612085877dc (patch)
tree40811dae59d5706db62beeb8edb69442e89fcf8d /inst.chisel
parent16237298565dc2aec4d153b81581649e5485490c (diff)
Move stats register
Diffstat (limited to 'inst.chisel')
-rw-r--r--inst.chisel4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst.chisel b/inst.chisel
index 455ca08..b9454d3 100644
--- a/inst.chisel
+++ b/inst.chisel
@@ -216,6 +216,7 @@ object CSRs {
val fflags = 0x1
val frm = 0x2
val fcsr = 0x3
+ val stats = 0xc0
val sup0 = 0x500
val sup1 = 0x501
val epc = 0x502
@@ -232,7 +233,6 @@ object CSRs {
val fatc = 0x50d
val send_ipi = 0x50e
val clear_ipi = 0x50f
- val stats = 0x51c
val reset = 0x51d
val tohost = 0x51e
val fromhost = 0x51f
@@ -264,6 +264,7 @@ object CSRs {
res += fflags
res += frm
res += fcsr
+ res += stats
res += sup0
res += sup1
res += epc
@@ -280,7 +281,6 @@ object CSRs {
res += fatc
res += send_ipi
res += clear_ipi
- res += stats
res += reset
res += tohost
res += fromhost