You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue sending data to the encoder via axi stream interface. If nothing is connected to the axi stream interface of the encoder, it sends out data. If I connect an axi stream to feed it data, the encoder doesn't send anything out and the axi stream is not active. I can share my design with you if you have somewhere I can upload the zipped vivado project.
The text was updated successfully, but these errors were encountered:
If data is coming out without any data being sent, it's likely that dummy frames generation have been enabled (this is disabled by default).
Re the case where the input AXI stream is connected, which frame configuration are you using? Some configurations require the entire frame to go in before any data comes out.
I'm having an issue sending data to the encoder via axi stream interface. If nothing is connected to the axi stream interface of the encoder, it sends out data. If I connect an axi stream to feed it data, the encoder doesn't send anything out and the axi stream is not active. I can share my design with you if you have somewhere I can upload the zipped vivado project.
The text was updated successfully, but these errors were encountered: