Forum Discussion

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

request about quartus II

I am a new user of quartus II, it is possible to use some real numbers with this software(vhdl) and how declarete the number and to simulate it ,so yes can you guide me ,because I am obliged to use the real in my simulation,thank you.

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Bahi,

    For the list of VHDL constructs supported by Quartus II, open the Quartus II help and search for "Quartus II VHDL support".

    Quartus II can't synthesize non-constant real objects or values.

    If you need to implement reals in VHDL for Quartus II, I suggest you take a look at the floating-point adder/subtractor, multiplier and dividers megafunctions.

    --jmv