lm32_instruction_unit.v

changeset 9
0eb235b23d55
parent 8
07be9df9fee8
child 26
73de224304c1
     1.1 --- a/lm32_instruction_unit.v	Tue Apr 06 18:27:55 2010 +0100
     1.2 +++ b/lm32_instruction_unit.v	Fri Aug 13 01:15:02 2010 +0100
     1.3 @@ -91,7 +91,6 @@
     1.4      i_dat_i,
     1.5      i_ack_i,
     1.6      i_err_i,
     1.7 -    i_rty_i,
     1.8  `endif
     1.9  `ifdef CFG_HW_DEBUG_ENABLED
    1.10      jtag_read_enable,
    1.11 @@ -202,7 +201,6 @@
    1.12  input [`LM32_WORD_RNG] i_dat_i;                         // Instruction Wishbone interface read data
    1.13  input i_ack_i;                                          // Instruction Wishbone interface acknowledgement
    1.14  input i_err_i;                                          // Instruction Wishbone interface error
    1.15 -input i_rty_i;                                          // Instruction Wishbone interface retry
    1.16  `endif
    1.17  
    1.18  `ifdef CFG_HW_DEBUG_ENABLED