The model can successfully realize function after using fixed-point tool.Just can not generate HDL code.
When generate HDL codes, can not support fixed point division. My dividend has 40 bits of fraction, and the divisor has 20, the result have 20 fractional bits.
    3 views (last 30 days)
  
       Show older comments
    
    Zora Aria Jade
 on 16 May 2023
  
    
    
    
    
    Commented: Zora Aria Jade
 on 17 May 2023
            
Maybe the question is "En_35"? But I can not find more information in help center.Please help me.

Accepted Answer
  Walter Roberson
      
      
 on 16 May 2023
        ufix40 divided by ufix20 would give a result with (40-20)=20 bits, but you are requesting en35 which is 35 bits.
You can create a ufix20 result and potentially convert it to _en35 as a separate step, understanding that the bottom 15 bits will not contain useful information.
4 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!