Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMessages in function during sythesis
I have errors that I want the compiler to check for inside a funciton, but Quartus just seems to jump over them. As an example if I create the following function: function test_error(test : bool...
Altera_Forum
Honored Contributor
14 years agotry setting the severity level to Failure. Its worked for me in the past when Ive checked generic values for illegal combinations. Ive done it from asserts directly in the architecture (they dont need to be inside a function) and inside function calls.