I have a code block like this.
try {
gen <object> keeping { <constraints>};
} else {
error(Failed to generate){
out(<additional debug information>);
};
};
I would like to have Specman print out the regular debug message from a gen failure along with my additional debug information. Any way to do this?