Gopikrishnan
New Contributor
4 years agoHLS component invocation question
1. Can I call another component from within a component similar to instantiating another rtl module within a module?
2.
In the above code snippet I am calling the test twice from the main module. The second time I want to accumulate the sum with the sum from the previous call. But it is not happening. The sum register value is automatically set to 0 every time when component test is called. It's not holding the value from the previous call. Is there any way to achieve this?