1.1 diff -r cd0b58aa6f83 -r 07be9df9fee8 lm32_instruction_unit.v 1.2 --- a/lm32_instruction_unit.v Sun Apr 04 20:40:03 2010 +0100 1.3 +++ b/lm32_instruction_unit.v Fri Aug 13 01:13:04 2010 +0100 1.4 @@ -91,7 +91,6 @@ 1.5 i_dat_i, 1.6 i_ack_i, 1.7 i_err_i, 1.8 - i_rty_i, 1.9 `endif 1.10 `ifdef CFG_HW_DEBUG_ENABLED 1.11 jtag_read_enable, 1.12 @@ -202,7 +201,6 @@ 1.13 input [`LM32_WORD_RNG] i_dat_i; // Instruction Wishbone interface read data 1.14 input i_ack_i; // Instruction Wishbone interface acknowledgement 1.15 input i_err_i; // Instruction Wishbone interface error 1.16 -input i_rty_i; // Instruction Wishbone interface retry 1.17 `endif 1.18 1.19 `ifdef CFG_HW_DEBUG_ENABLED