ThomasTessier
Occasional Contributor
2 years agoCustom Built Avalon IP generating waitRequest but not being honored in the Interconnect.
I have a simple ArriaV based design using Quartus 21.1 that has a JTAG Master and BFM Master (for simulation). I am using a custom SPI module design that has a simple Avalon Slave interface. In my IP and my ip_hw.tcl I have the waitRequest listed as a slave signal.
When simulating this I can see my IP generated waitRequest is not making it o the BFM Master. Other Altera IP are generating this signals and propagating it to the BFM Master.
What are the required "properties" and "attributes" in the ip_hw.tcl file that request this connectivity from the Interconnect Builder?
The IP has: package require -exact qsys 14.0 as it baseline.
Thanks,
TomT...