Reply To: Ordre of stimulus
Why OSVVM™? › Forums › OSVVM › Ordre of stimulus › Reply To: Ordre of stimulus
June 10, 2022 at 16:18
#2006
omaima
Member
hello , thanks for your reply .
I have another question . I have 2 inputs the first one have 1 value and the others can take a valu from 0 to 3 .
I used the GenBin function inside the AddCross procedure.
I want to get the for combinasion between the 2 inputs to get 100% coverage
while not IsCovred (ID) loop
AddCross(ID,4, GenBin(1), GenBin(0,3));
comb := GetRandPoint (ID);
Icover(id);
end loop ;
I noticed that only 2 values are used for the second imput (each one 2 times ) and i get 100% coverage wich is not my goal.
Best regards,
omaima