s operand is number of bits
Stefan Schuermans

Stefan Schuermans commited on 2012-01-24 21:08:12
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -34,8 +34,8 @@ BEGIN
34 34
         PORT MAP (
35 35
             i_arith => s_shift_arith,
36 36
             i_left  => s_shift_left,
37
-            i_val   => i_op1,
38
-            i_num   => i_op2,
37
+            i_val   => i_op2,
38
+            i_num   => i_op1,
39 39
             o_val   => s_shift_out
40 40
         );
41 41
 
42 42