Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI think the Quartus error message help really says it all here!
Error (10172): Verilog HDL unsupported feature error at x.v(6): real variable data type values are not supported Verilog HDL unsupported feature error at <location>: real variable data type values are not supported -------------------------------------------------------------------------------- CAUSE: In a Verilog Design File (.v) at the specified location, you declared a real variable data type. although verilog hdl supports real variable data types, this type is not supported in the quartus ii software. ACTION: Change the data type of the variable to something other than real.