HDL synthesis doen't end?

1 回表示 (過去 30 日間)
Ben Fayçal
Ben Fayçal 2021 年 5 月 27 日
回答済み: Kiran Kintali 2021 年 5 月 27 日
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?

回答 (1 件)

Kiran Kintali
Kiran Kintali 2021 年 5 月 27 日
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.

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by