HDL Coder Vivado timing report shows infinite slack

11 vues (au cours des 30 derniers jours)
Yeung Pok Nga
Yeung Pok Nga le 2 Mai 2024
Réponse apportée : Shlok le 30 Oct 2024
I'm using HDL coder to deploy a controller model in simulink onto Speedgoat FPGA, at the build bitstream stage i get a message saying 'Run build process passed with timing: Timing constraints met.'. But when i open the timing report, in the min delay paths section i see some paths with infinite slack? is this something that would affect the FPGA performance? If so how can i fix this?
Thank you in advance

Réponses (1)

Shlok
Shlok le 30 Oct 2024
Hi Yeung,
Slack is used for measuring the degree of flexibility or buffer time available within a project schedule. It indicates how much a task can be delayed without impacting the overall project timeline. A positive slack indicates that the signal arrived much faster than the required time, whereas a negative slack indicates that the signal path is slower than the required time. Hence, if the slack is infinite, that means the signal is delayed indefinitely.
Seeing "infinite slack" in the minimum delay paths section of your FPGA timing report means that those paths are not constrained or are not used in your design. These paths won't impact the FPGA's performance if they are indeed unused or irrelevant to the critical data paths.
You can also refer to the following MathWorks Documentation link, to know more about “slack”:
Hope this helps.

Catégories

En savoir plus sur Code Generation dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by