summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst.v b/inst.v
index ed0bd15..2702523 100644
--- a/inst.v
+++ b/inst.v
@@ -1,6 +1,6 @@
`define UNIMP 32'b00000000000000000000000000000000
-`define J 32'b11000_???????????????????????????
-`define JAL 32'b11001_???????????????????????????
+`define J 32'b1100000_?????????????????????????
+`define JAL 32'b1100001_?????????????????????????
`define LUI 32'b1110001_?????_????????????????????
`define BEQ 32'b1110011_?????_?????_000_????????????
`define BNE 32'b1110011_?????_?????_001_????????????