Verification Academy
Add a constraint for array that value should never be zero
UVM
UVM
dave_59
January 8, 2016, 1:24am
2
In reply to
ankita.soni
:
constraint nonzero { foreach (source_id[i]) source_id[i][4] != '0; }
show post in topic