summaryrefslogtreecommitdiff
path: root/inst.v
diff options
context:
space:
mode:
authorGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
committerGravatar Andrew Waterman <waterman@s141.Millennium.Berkeley.EDU>2011-01-17 01:13:50 -0800
commita6c850798cce0d0107d1da7eac80974aff9bee9e (patch)
tree6521cbac60393ad2f44cc6920353ad8bbaf277a6 /inst.v
parent46ae58e4ae587d7cafca539888f917d27f948ffb (diff)
[opcodes, pk, sim, xcc] removed nor, normalized macros to addi
Diffstat (limited to 'inst.v')
-rw-r--r--inst.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/inst.v b/inst.v
index b2432b1..95996cd 100644
--- a/inst.v
+++ b/inst.v
@@ -27,7 +27,6 @@
`define AND 32'b?????_?????_?????_0000100000_1110101
`define OR 32'b?????_?????_?????_0000101000_1110101
`define XOR 32'b?????_?????_?????_0000110000_1110101
-`define NOR 32'b?????_?????_?????_0000111000_1110101
`define SLL 32'b?????_?????_?????_0000001111_1110101
`define SRL 32'b?????_?????_?????_0000010111_1110101
`define SRA 32'b?????_?????_?????_0000011111_1110101