HDL Coder: how to divide (eg, 1/3) using simulink when the divisor is not 2^x
古いコメントを表示
hello guys/girls,
how to perform the division of 1/3 in simulink for HDL code generation. I keep having the synthesis problem saying that the divisor need to be a value of 2^x .
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 9 月 2 日
0 投票
1/3 = 1/4 + 1/16 + 1/64 + 1/256 (etc.)
So do all those divisions by 2^x and sum the result.
カテゴリ
ヘルプ センター および File Exchange で Speed Optimization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!