ost
New Contributor
5 years agostream_in memory type
Back in the days of hls compiler version 17.1, the "stream_in" class seemed to materialize into block mem fifos, while the later compiler versions tries to [also] utilize MLAB memory (Arria10).
Is there a way to specify what memory type to use for streams, alternatively some conditions that needs to be satisfied before going for block ram?
I can only find attributes for directing variables/arrays into specific memory type, like hls_memory_impl("type"), but this doesnt work for streams.