Posted by prav_b on Jun 30, 2020
Coverage #coverage #systemverilog #queues Say I have a set of numbers [1,2] If i have a queue that holds atleast one number from the above set, can you suggest a way to cover all the following combinations of numbers? 1, 2, 1,2 2,1 ...
Question