summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-02 12:19:52 -0700
committerGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:32 -0800
commit65721333eb55a580b86c0837ced29ebde36f1b3b (patch)
treef1bb268ae9278cca80ef4ad8a2bd987b54a21f3b /inst.v
parent83e0f5a424cdcce3640ecb8f97106352a05c8242 (diff)
[opcodes, pk, sim, xcc] made jumps shorter and PC-relative
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_????????????