HDL synthesis doen't end?
Show older comments
I am using workflow advisor (MARTLAB 2021a), i have generated the vhdl code succesfuly and create the project using Vivado 2019.2 as third-party software, but in the synthesis it stucks and never ends (i let it for 14h), where could be the problem?

Answers (1)
Kiran Kintali
on 27 May 2021
0 votes
It is possible you have very high resource usage or timing issue with your generated code.
You should consider using high level estimation to see how much of percentage of resources (multipliers, RAMs etc.,) are consumed before going to synthesis.
High Level Resource Estimation Report from HDL Coder

Actual Synthesis Report Summary in HDL Coder

You may large critical path or too much wiring delays leading to timing failures that synthesis tool fail to close and trying too hard. You should consider using critical path estimation report to asses this situation before going to synthesis.
Critical Path Estimation Report in HDL Coder

Check for critical path hotspots here before running synthesis.
Categories
Find more on HDL Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!