Stefan Schuermans commited on 2012-01-26 20:42:52
Showing 1 changed files, with 1 additions and 1 deletions.
... | ... |
@@ -50,7 +50,7 @@ BEGIN |
50 | 50 |
|
51 | 51 |
s_fill <= i_arith AND s_in(31); |
52 | 52 |
|
53 |
- p_shift: PROCESS(i_val, i_num) |
|
53 |
+ p_shift: PROCESS(i_left, i_val, i_num, s_fill) |
|
54 | 54 |
VARIABLE v1: std_logic_vector(31 DOWNTO 0); |
55 | 55 |
VARIABLE v2: std_logic_vector(31 DOWNTO 0); |
56 | 56 |
VARIABLE v3: std_logic_vector(31 DOWNTO 0); |
57 | 57 |