Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Convert your data to (scaled) integer, or design your own floating point data processing blocks.
- Altera_Forum
Honored Contributor
You cannot use real data type, because it has no meaning for hardware.
Altera provides floating point IP blocks, but your variables carrying them must be reg data type. You can get the user guide here: https://www.altera.com/en_us/pdfs/literature/ug/ug_altfp_mfug.pdf