Why is the HDL code for my division operation not bit-true with Stateflow?

1 visualización (últimos 30 días)
Why is the HDL code for my division operation not bit-true with Stateflow?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 12 de Sept. de 2014
The HDL code generated from the division operator in Stateflow’s Classic Action Language will not always be bit-true. The semantics of Stateflow division perform integer division. The chance of a mismatch is greater if the division is part of a larger expression, such as X = A - B/C. The generated HDL code will contain greater numeric precision than is retained by Stateflow.
 
To work around this issue, use the MATLAB Action Language in Stateflow. 

Más respuestas (0)

Categorías

Más información sobre Complex Logic en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by