summaryrefslogtreecommitdiff
path: root/src/arch/riscv/isa/main.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/isa/main.isa')
-rw-r--r--src/arch/riscv/isa/main.isa3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/riscv/isa/main.isa b/src/arch/riscv/isa/main.isa
index 2bbfa574d..58ec22341 100644
--- a/src/arch/riscv/isa/main.isa
+++ b/src/arch/riscv/isa/main.isa
@@ -56,6 +56,9 @@ namespace RiscvISA;
//Include the base class for riscv instructions, and some support code
##include "base.isa"
+// Include the base class for instructions with micro code
+##include "micro.isa"
+
//Include the definitions for the instruction formats
##include "formats/formats.isa"