vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Add non-blocking pop for avalon streams.

Open tasgomes opened this issue 5 years ago • 0 comments

The Avalon stream slave component does not support non-blocking 'pop_avalon_stream()' while the AXI stream slave component does by using 'pop_axi_stream()' together with 'await_pop_axi_stream_reply()'.

This updates the Avalon stream slave with a non-blocking 'pop_avalon_stream()'.

tasgomes avatar Apr 03 '20 14:04 tasgomes