Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou could add an assertion.
assert (match = '1')
report "Match found!"
severity note;
This will generate markers in the Modelsim wave window. (Actually it might be match /= '1', since the assertion triggers when not true) Cheers, Dave