HDL Code Generation Check Report - word width error
显示 更早的评论
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
2023-4-23
0 个投票
You have to constrain the operator wordlength to be within 128 bit limit for HDL Code generation.
类别
在 帮助中心 和 File Exchange 中查找有关 AMD FPGA and SoC Devices 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!