From: Yunsup Lee Date: Wed, 6 Nov 2013 05:03:23 +0000 (-0800) Subject: add accelerator disabled cause X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15ca044738d478f427300d211fe50e9a1b1b5ac6;p=riscv-isa-sim.git add accelerator disabled cause --- diff --git a/riscv/pcr.h b/riscv/pcr.h index b90884b..6c6d986 100644 --- a/riscv/pcr.h +++ b/riscv/pcr.h @@ -59,6 +59,7 @@ #define CAUSE_MISALIGNED_STORE 9 #define CAUSE_FAULT_LOAD 10 #define CAUSE_FAULT_STORE 11 +#define CAUSE_ACCELERATOR_DISABLED 12 // page table entry (PTE) fields #define PTE_V 0x001 // Entry is a page Table descriptor