Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

Quartus Prime complete lack of real data type support?

Hi, I have a function (basicaly implements a LUT) something like the following: function integer gen_lut; input integer addr; localparam SOME_CONSTANT = 418.39; // Gets calc...