Forum Discussion
Altera_Forum
Honored Contributor
10 years agoModelsim does not test things for you. Modelsim is a tool that runs your testbench. If your test cases are not catching this bug then I can only assume that your test cases are not good enough.
Try and capture as much info as you can in the run up to the problem, then try and re-create the bug in modelsim. I bet there is some combination of events that you are not covering in the testbench that are occuring as some corner case in the real system.