1.1 diff -r 0a26167af7e1 -r 0eb235b23d55 lm32_load_store_unit.v 1.2 --- a/lm32_load_store_unit.v Tue Apr 06 18:27:55 2010 +0100 1.3 +++ b/lm32_load_store_unit.v Fri Aug 13 01:15:02 2010 +0100 1.4 @@ -53,7 +53,6 @@ 1.5 stall_a, 1.6 stall_x, 1.7 stall_m, 1.8 - kill_x, 1.9 kill_m, 1.10 exception_m, 1.11 store_operand_x, 1.12 @@ -132,7 +131,6 @@ 1.13 input stall_a; // A stage stall 1.14 input stall_x; // X stage stall 1.15 input stall_m; // M stage stall 1.16 -input kill_x; // Kill instruction in X stage 1.17 input kill_m; // Kill instruction in M stage 1.18 input exception_m; // An exception occured in the M stage 1.19