[CSR] added time and timeh csr codes

kernel-mode
Anton Lydike 4 years ago
parent 3a79bfdada
commit 55be71dcc3

@ -52,6 +52,8 @@ class CSR:
'marchid': 0xF12, 'marchid': 0xF12,
'mimpid': 0xF13, 'mimpid': 0xF13,
'mhartid': 0xF14, 'mhartid': 0xF14,
'time': 0xc01,
'timeh': 0xc81,
} }
""" """
Translation for named registers Translation for named registers

Loading…
Cancel
Save