HDL Coder - reducing size of fixed-point variables

1 visualización (últimos 30 días)
Mark Hoffmann
Mark Hoffmann el 29 de Jun. de 2019
Respondida: Bharath Venkataraman el 9 de Jul. de 2019
When running HDL Coder a fixed-point version of my MATLAB-script is generated as 'example_fixpt.m'.
In this script the function 'fi' is applied to all variables, e.g.:
test=fi(pi, 1, 16, fm);
If I run 'whos' (in example_fixpt.m) I'm told the new variable (type 'embedded.fi') uses 428 bytes.
Can I somehow reduce the size of fixed-point variables?
Does this mean my VHDL-code will also make use of variables this big?

Respuestas (1)

Bharath Venkataraman
Bharath Venkataraman el 9 de Jul. de 2019
The number of bytes taken to store the fixed-point variable in MATLAB does not determine the number of bits in HDL. te number of bits in HDL will be determined by the wordlength of the fi variable, so in your case, the HDL code will contain a signal of 16 bits.

Categorías

Más información sobre FPGA, ASIC, and SoC Development en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by