Forum Discussion
Altera_Forum
Honored Contributor
17 years agoVerilog real functions and compile time
I am trying to write a Verilog module and synthesize it using Quartus II 8.0, but I am running into some issues. I have a function which returns a real value, and takes in real values for argum...
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.