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
PORT MAP (
i_arith => s_shift_arith,
i_left => s_shift_left,
- i_val => i_op1,
- i_num => i_op2,
+ i_val => i_op2,
+ i_num => i_op1,
o_val => s_shift_out
);