Forum Discussion

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

ModelSim Error question

Hi,

When I try to Run my simulation I keep getting the following error immediately.

Any explanation would be appreciated.

Thanks!

Larry

ERROR MSG

# Internal Error: In tclprim_ApplyStimulus for /motor/reset_low_sync "** Error: (vsim-3462) Value/time pairs must be listed in increasing time order.

2 Replies

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

    Hi, I think it is like

    force -freeze mysignal 1 0 ns, 0 60 ns, 1 40 ns, 0 1200 ns

    Maybe, you are simulating with the wrong resolution. You might do for example

    vsim -t ps your_entity