フィルターのクリア

Reducing resource utilisation in HDL coder generated code

2 ビュー (過去 30 日間)
Krishnakumar
Krishnakumar 2014 年 1 月 3 日
回答済み: Tim McBrayer 2014 年 1 月 3 日
Hi,
I am generating HDL code using HDL coder in Matlab for my project.But the generated code uses more DSP48 slices than that is available in FPGA. Kindly suggest me a method to optimise code generation.I am having four FIR filter designed using Window method.I think that this condition is due to this.But I couldn't find any option in Workflow advisor nor FDA tool for optimising multipliers .Kindly suggest me a method to accomodate my code in FPGA by some method of optimisation.
Krishnakumar

回答 (1 件)

Tim McBrayer
Tim McBrayer 2014 年 1 月 3 日
See the answer to your virtually identical question from yesterday.
An additional possibility for multiplier optimization, if you are multiplying by constants, is to investigate the CSD and/or FCSD optimizations, if you are multiplying by constants in your filters. See the doc on Constant Multiplier Optimization for HDL Coder in MATLAB via
% web(fullfile(docroot,%20'hdlcoder/ug/constant-multiplier-optimization.html'))

カテゴリ

Help Center および File ExchangeHDL Code Generation についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by