필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Code generation option in HDL coder for high clock frequency

조회 수: 1 (최근 30일)
Krishnakumar
Krishnakumar 2014년 2월 28일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I am working with simulink model whose code is generated by HDL coder. My design has a number of filter stages. The code generated for some filter stages performed as desired in FPGA .But when the design moves to higher clock frequencies HDL coder generated code fails to perform satisfactorily. Please inform me if there is any option to be activated in HDL coder for optimized clock generation in higher frequencies.
Krishnakumar
  댓글 수: 1
Tim McBrayer
Tim McBrayer 2014년 2월 28일
You're going to need to be rather more specific than "fails to perform satisfactorily"; you have provided no information about the issues you are having or how the results are not reaching your expectations. You need to ask a more precise question.

답변 (1개)

Kiran Kintali
Kiran Kintali 2021년 6월 22일
Use critical path estimation feature to estimate the critical path in your model. This workflow in HDL Coder does not involve synthesis.
To get more accurate timing picture with routing delays use Back Annotation feature after synthesis step in workflow advisor.
https://www.mathworks.com/help/hdlcoder/ug/hdl-workflow-advisor-tasks.html?searchHighlight=back%20annotation&s_tid=srchtitle

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by