F
fl
Guest
Hi,
I learn 'assert' on this link:
http://www.ics.uci.edu/~jmoorkan/vhdlref/assert.html
I don't understand what this passage talks about:
"If the message clause is ommited, a default message is output. The severity
level and the name of the design unit containing the relevant assert
statement may also be output"
For this example line:
assert not OVERFLOW) report "Accumulator overflowed" severity failure;
"If the message clause is ommited" means remove "report "Accumulator
overflowed" severity failure;"?
What is your opinion on this?
Thanks,
I learn 'assert' on this link:
http://www.ics.uci.edu/~jmoorkan/vhdlref/assert.html
I don't understand what this passage talks about:
"If the message clause is ommited, a default message is output. The severity
level and the name of the design unit containing the relevant assert
statement may also be output"
For this example line:
assert not OVERFLOW) report "Accumulator overflowed" severity failure;
"If the message clause is ommited" means remove "report "Accumulator
overflowed" severity failure;"?
What is your opinion on this?
Thanks,