Gopikrishnan
New Contributor
4 years agoHLS component invocation
Hello,
I've a design with 2 components. The output from the first component is fed to the second component. While the second component is working I want the first component to work on a new set of inputs.
Is this possible to achieve this. My understanding is the main function executes sequentially so only one component can be active at a time according to the sequential flow of the main.
Is it possible to run two components parallelly from the main function?