Verification Academy
Constraint for row total with each element in the array less than a given value
SystemVerilog
SystemVerilog
,
constraint-randomization
Jeff_Li_90
January 26, 2022, 6:08pm
3
In reply to
Yuankun
:
shouldn’t
constraint abc{ foreach(array[i,j]){ array[i][j] < 80; } }
suffice?
show post in topic