Forum Discussion
Altera_Forum
Honored Contributor
12 years agoModelSim 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
Honored 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 - Altera_Forum
Honored Contributor
Thanks, I will check!