Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe report part of an assert only occurs if the statement is false. The way I remember it is:
assert (all is good) report "all is not good" severity failure;The report part of an assert only occurs if the statement is false. The way I remember it is:
assert (all is good) report "all is not good" severity failure;