How can I make the AXI_STREAM Monitor respond immediatly when a tvalid is seen?
Meaning, assert tready when tvalid goes high?
I can’t find anything on this in documentation.
The default is apparently to wait for a certain clocks, and I want to chang this behaviour.
You can set the default value of the ready signal with the ready_default_value config. If you set the default value to ‘1’, then the behavior should be the same as if tready is set high on the same clock cycle as tvalid is set high.