Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIn VHDL, you can use the ASSERT. Example:
ASSERT ('0' = '0')
REPORT "'0' is still the same as '0'"
SEVERITY ERROR; So long as the argument is true, the assert will execute.In VHDL, you can use the ASSERT. Example:
ASSERT ('0' = '0')
REPORT "'0' is still the same as '0'"
SEVERITY ERROR; So long as the argument is true, the assert will execute.