added pipe 2 reg, testbench, top_level_entity, ...
[calu.git] / cpu / src / exec_op / shift_op_b.vhd
old mode 100755 (executable)
new mode 100644 (file)
index 0b5a73c..f0acce6
@@ -11,8 +11,8 @@ architecture shift_op of exec_op is
 
 begin
 
-       logic <=  op_detail(LOG_OPT);
-       ls      <=  op_detail(LEFT_OPT);
+       logic <=  op_detail(ARITH_OPT);
+       ls      <=  op_detail(RIGHT_OPT);
        carry <= op_detail(CARRY_OPT);
 
 calc: process(left_operand, right_operand, logic,ls, carry, alu_state)