Forum Discussion

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

Report calculated values or custom messages @ compile time

Hi,

I have some generics and functions calculating values at compile time. Is it possible to report those calculated values back to me or custom messages in general? For example in the "Extra Info" window of Quartus II?

Thanks!

JBC

3 Replies

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

    Quartus will allow assert messages to be displayed, but Ive only used FAILURE and seen it successfully (and its halted synthesis). Im not sure if it will also print out WARNING or NOTE level severity mesasges.

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

    Thanks Tricky, you are right.

    I tried assert before but made a mistake by not using it as a sequential statement.