Vitis-HLS-Introductory-Examples/blob/master/Interface/Streaming

Hello all!
I’m recently working with PYNQ ZU - xczu5eg-sfvc784-1-e . I tried to run the using_axi_stream_no_side_channel_data project in vitis hls 2021.1 , and got error message like…,

In file included from …/…/…/tb.cpp:1:0:
…/…/…/source.h:7:14: error: ‘axis_data’ in namespace ‘hls’ does not name a template type
typedef hls::axis_data<type, AXIS_DISABLE_ALL> pkt;
^~~~~~~~~

Do i need to update my vitis hls or …?

Thanks in advance

1 Like

Hi @Anitha_V,

Welcome to the PYNQ community.

You should select the tag that aligns with the Vitis version you have installed in your system.

Mario

1 Like