summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-18 19:28:51 -0700
committerGravatar Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-18 19:28:51 -0700
commit28844c886763798903483ef7cac441d6d69d220f (patch)
treebacee2b4f14047cde54cb56ee78ee82886590559 /inst.v
parent47942892002313b2f8d308f048dce4704d2f860e (diff)
[xcc,sim,opcodes] added rvc conditional branches
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/inst.v b/inst.v
index 9d38f82..8dd27ee 100644
--- a/inst.v
+++ b/inst.v
@@ -240,3 +240,5 @@
`define C_LW 32'b00000000000000000000000000000000
`define C_SD 32'b00000000000000000000000000000000
`define C_SW 32'b00000000000000000000000000000000
+`define C_BEQ 32'b00000000000000000000000000000000
+`define C_BNE 32'b00000000000000000000000000000000