aboutsummaryrefslogtreecommitdiff
path: root/src/isa/funct7.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/isa/funct7.rs')
-rw-r--r--src/isa/funct7.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/isa/funct7.rs b/src/isa/funct7.rs
new file mode 100644
index 0000000..f3446fb
--- /dev/null
+++ b/src/isa/funct7.rs
@@ -0,0 +1,2 @@
+pub const ADD_SRL: u32 = 0x0;
+pub const SUB_SRA: u32 = 0x1;