1.1 --- a/lm32_load_store_unit.v Sun Apr 04 20:40:03 2010 +0100 1.2 +++ b/lm32_load_store_unit.v Fri Aug 13 01:13:04 2010 +0100 1.3 @@ -53,7 +53,6 @@ 1.4 stall_a, 1.5 stall_x, 1.6 stall_m, 1.7 - kill_x, 1.8 kill_m, 1.9 exception_m, 1.10 store_operand_x, 1.11 @@ -132,7 +131,6 @@ 1.12 input stall_a; // A stage stall 1.13 input stall_x; // X stage stall 1.14 input stall_m; // M stage stall 1.15 -input kill_x; // Kill instruction in X stage 1.16 input kill_m; // Kill instruction in M stage 1.17 input exception_m; // An exception occured in the M stage 1.18