Verification Academy
Constraint Randomization of an Array : No consecutive bits should be one and No of ones should be 12
SystemVerilog
Randomization-array-constraints
,
SystemVerilog
sbellock
August 10, 2020, 10:43pm
2
Seems like you’re looking for
(addr[i] && addr[i+1]) == 0;
show post in topic