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 agoThat works, but it removes my ability to pass in a real value which is required.
The function should be able to be passed real values and return real values, which are then scaled, rounded and/or truncated appropriately. Any other ideas?