Avalon-MM slave shows constant high reg_busy signal (TSE IP).
Hi all,
I am currently using the Triple-Speed Ethernet IP and have read in order to properly use it I need to first configure the register space. In order to do that, believe I need to use the MAC Control Interface Signals here.
I have my code implemented similarly to that included in the testbench but am seeing the signal "reg_busy" stay a 1. The IP User Guide states the reg_busy signal is "asserted during register read / write access and deasserted when the current access completes." However, my simulation never sees the read / write signals go high.
My reg_busy signal is only mentioned a few times:
1. As a wire declaration: "wire reg_busy;"
2. In the QSYS instantiation ".eth_tse_0_control_port_waitrequest (reg_busy),"
3. For some comparisons to proceed in my state machine, and to give values to reg_busy_reg (both of these examples are the same as in the TSE testbench).
I've attached a picture of my simulation.
Thanks in advance for helping.