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.isa6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/riscv/isa/main.isa b/src/arch/riscv/isa/main.isa
index 58ec22341..3ffb3e6b4 100644
--- a/src/arch/riscv/isa/main.isa
+++ b/src/arch/riscv/isa/main.isa
@@ -53,12 +53,6 @@ namespace RiscvISA;
//Include the operand_types and operand definitions
##include "operands.isa"
-//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"