Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUnfortunately i'm not able to check if it works right now
but what I found about stop is : procedure STOP (STATUS : INTEGER) is begin report "Procedure STOP called with status: " & INTEGER'image(STATUS) severity failure; end procedure STOP; There's already a report with severity failure in my testbench, so my guess is a same result. Is there any other difference?