Forum Discussion
Altera_Forum
Honored Contributor
9 years agoaltera quartus support for real data
How to solve this error while compiling in altera quartus II Error (10172): Verilog HDL unsupported feature error : real variable data type values are not supported Thanks
Altera_Forum
Honored Contributor
9 years agoYou 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