1.1 diff -r cd0b58aa6f83 -r 07be9df9fee8 lm32_load_store_unit.v 1.2 --- a/lm32_load_store_unit.v Sun Apr 04 20:40:03 2010 +0100 1.3 +++ b/lm32_load_store_unit.v Fri Aug 13 01:13:04 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