Closed vkomenda closed 1 year ago
istream::open and istream::try_open contain calls to assert which causes tapac emit this error:
istream::open
istream::try_open
assert
tapac
ERROR: [HLS 207-3776] use of undeclared identifier 'assert' (/usr/include/tapa/xilinx/hls/stream.h:128:5)
Include in src/tapa/xilinx/hls/stream.h:
src/tapa/xilinx/hls/stream.h
#include <cassert>
Fixed in a40cc0912edb56998439f365d65b829db8f50ea8
istream::open
andistream::try_open
contain calls toassert
which causestapac
emit this error:Suggested solution
Include in
src/tapa/xilinx/hls/stream.h
: