HDL Code Generation Check Report - word width error

조회 수: 3 (최근 30일)
APOSTOLOS STASINOS
APOSTOLOS STASINOS 2019년 5월 27일
답변: Kiran Kintali 2023년 4월 23일
I have this error: "Error This fixed point division requires 136 bits to represent its full precision result. The maximum supported width is 128 bits."
I don't need full precision result. How can Ι adjust the inputs and the output of the function to work with 10 bits word width?
I want all the inputs and outputs but use only 10 bits word width of them.

답변 (1개)

Kiran Kintali
Kiran Kintali 2023년 4월 23일
You have to constrain the operator wordlength to be within 128 bit limit for HDL Code generation.

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by