Open
Description
hw\lib\std\output_queues_v1_0_0\hdl\output_queues.v, line 411.
The tready signal is set to always 1, is there any reason not to set it according to fifo status?
If I want the tready signal to be 0 when the fifo is full like the following snippet, will the logic be valid?
assign s_axis_tready = ~|((nearly_full | metadata_nearly_full) & oq);
Metadata
Metadata
Assignees
Labels
No labels