From ec25bc8728fcdc3e960213ff85773efd61673aa8 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 22 Jan 2019 13:59:56 -0800 Subject: Add tentative CSR assignment for fast-interrupt group's CLIC proposal --- parse-opcodes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/parse-opcodes b/parse-opcodes index 9881801..a2c5322 100755 --- a/parse-opcodes +++ b/parse-opcodes @@ -120,6 +120,23 @@ csrs = [ (0xA03, 'hideleg'), (0xA80, 'hgatp'), + # Tentative CSR assignment for CLIC + (0x007, 'utvt'), + (0x045, 'unxti'), + (0x046, 'uintstatus'), + (0x048, 'uscratchcsw'), + (0x049, 'uscratchcswl'), + (0x107, 'stvt'), + (0x145, 'snxti'), + (0x146, 'sintstatus'), + (0x148, 'sscratchcsw'), + (0x149, 'sscratchcswl'), + (0x307, 'mtvt'), + (0x345, 'mnxti'), + (0x346, 'mintstatus'), + (0x348, 'mscratchcsw'), + (0x349, 'mscratchcswl'), + # Standard Machine R/W (0x300, 'mstatus'), (0x301, 'misa'), -- cgit v1.1