I am using ModelSim in order to design and simulate CPU architectures. For those like me who know about this, you are also probably aware that it is really difficult to verify simulation data when trying to handle all those signals in front of you.
Is there a way to automatically run a simulations and perform some verification procedure in order to see if data I get are correct?
For example, I have a certain component that when stimulated by a signal, in the next clock, will return the negated signal. I want to verify this. How? (of course without manually checking signals on the screen).
Thankyou