Dataflow - 2022.1 English

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2022-06-22
Version
2022.1 English

Description

INFO: [HLS 200-992] Argument 'streamIn0' has write operations in process function 'duplicate_stream<float>' 
(../../../../../rmd-mdas/mdas_active_radar/hdl/hls/src/common_types.h:121:2) 
(around ../../../../../rmd-mdas/mdas_active_radar/hdl/hls/src/common_types.h:276).

Explanation

Variables (except scalars) can only have one reading process and one writing process. Consider moving the extra accesses to be in one process.