Forum Discussion

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

initializing simulation with quartus

Hi,

During a simulation, it was possible with Max+plus II to initialize an entry or an intern variable by "Initialize Initialize/Initialize Nodes"

(for example /

- a sequencer of 10 000 states

- - one of the outputs go at the high level to the pulse 5000 and go to the low level to the pulse 5001

- - I wish to see the output at high level by initializing the variable of counting at 4999).

I do not find this function with Quartus. Is it exist ?

thank you for your help

1 Reply

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

    If I understand the Quartus Handbook correct, forcing of registers is possible by scripting commands in Quartus Simulator. For embedded memory, an edit option exists, that can be used after simulation has stopped at a breakpoint. But I didn't use any of these advanced options, cause I use to perform complex simulation with ModelSim, that is much more flexible in this regard.