11-30-2020 02:28 AM
Hi!
I generated an IP block with the vivado HLS, run synthesis at 5ns period, and in the synthesis I get 4.231ns estimated. This is not the critical path, is it?
Once I added to a Vivado project, I need to add the zynq a DMA in order to connect my IP, but I would like to know JUST the highest frequency my IP can achieve.Connecting the Zynq and the AXI interconnect I guess that I get lower WNS values.
How can I do that?
11-30-2020 02:31 AM
@Maikkk You can run your IP till place and Route. That will report the Slack that is achieved for the IP. Based on the requirement and the slack you can compute what is the max that can be achieved.
when you generate IP using HLS, it will be set to OOC, so you can run till place and route as a standalone IP
Thanks,
Nithin
11-30-2020 02:57 AM
@nithink what's OOC? I am very new to vivado HLS
11-30-2020 03:05 AM
OOC = out of context. That's not HLS, that's a Vivado concept. It means kind of bottom up.