summaryrefslogtreecommitdiff
path: root/alu_tb.v
diff options
context:
space:
mode:
Diffstat (limited to 'alu_tb.v')
-rw-r--r--alu_tb.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/alu_tb.v b/alu_tb.v
index 7418ea3..31141ce 100644
--- a/alu_tb.v
+++ b/alu_tb.v
@@ -32,6 +32,14 @@ module alu_tb ();
"&" : op = 4;
"|" : op = 5;
"^" : op = 6;
+ "<<" : op = 8;
+ "<<1" : op = 9;
+ "<<-" : op = 10;
+ "<<<" : op = 11;
+ ">>" : op = 12;
+ "1>>" : op = 13;
+ "->>" : op = 14;
+ ">>>" : op = 15;
default : op = 0;
endcase