HDL Coder: how to divide (eg, 1/3) using simulink when the divisor is not 2^x
Mostra commenti meno recenti
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 .
Risposta accettata
Più risposte (1)
Walter Roberson
il 2 Set 2013
0 voti
1/3 = 1/4 + 1/16 + 1/64 + 1/256 (etc.)
So do all those divisions by 2^x and sum the result.
Categorie
Scopri di più su External Component Interfaces in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!