Timing Constraint not met error for ZYNQ706

12 ビュー (過去 30 日間)
muhammad ahmad
muhammad ahmad 2022 年 2 月 18 日
回答済み: Kiran Kintali 2022 年 2 月 18 日
We are trying to generate bitfile for ourr simulink model for ZYNQ 706 . but encountering an error "the worst slack is -14.8ns timing constraints not met " i have optimized my simulink model as much as i can . please suggest some way to avoid this error. The error inturrupts when i increased my sampling frequency of model fro 10MHz to 20MHz. it works fine with 10MHz with out any error .
Thanks in anticipation

回答 (1 件)

Kiran Kintali
Kiran Kintali 2022 年 2 月 18 日
You can consider pipelining the design. See the timing related optimization section in HDL Coder https://www.mathworks.com/help/hdlcoder/speed-optimization.html
Some quick tips:
  1. Set some output pipelines, enable distributed pipelining.
  2. Consider using adaptive pipelining for inserting pipelines next to multipliers to enable better DSP mapping
  3. Use Critical Path Estimation report to see the location of the critical path in the model
  4. Identify critical path and right click on the block and input and output pipelines to break the critical path, delay balancing will kick in to add matching delays

カテゴリ

Help Center および File ExchangeMulticore Processor Targets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by