In reply to dave_59:
constraint not_in_range {
foreach(range_of_values[ii])
!(range_of_values[ii] inside {[a:a+s]});}
constraint no_overflow { 8'(a+s) == int'(a+s);}
Hi Dave, Can you explain this line of code
By Subha
In reply to dave_59:
constraint not_in_range {
foreach(range_of_values[ii])
!(range_of_values[ii] inside {[a:a+s]});}
constraint no_overflow { 8'(a+s) == int'(a+s);}
Hi Dave, Can you explain this line of code
By Subha