lm32_instruction_unit.v

changeset 9
0eb235b23d55
parent 8
07be9df9fee8
child 26
73de224304c1
     1.1 diff -r 0a26167af7e1 -r 0eb235b23d55 lm32_instruction_unit.v
     1.2 --- a/lm32_instruction_unit.v	Tue Apr 06 18:27:55 2010 +0100
     1.3 +++ b/lm32_instruction_unit.v	Fri Aug 13 01:15:02 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