Reply To: Dissecting usage of DelayCoveragePkg
Why OSVVM™? › Forums › OSVVM › Dissecting usage of DelayCoveragePkg › Reply To: Dissecting usage of DelayCoveragePkg
June 22, 2024 at 19:28
#2508
Jim Lewis
Member
> What is the meaning of writing something like this: GenBin(2,10,2)
If this is the only GenBin for a given coverage model, this does not change anything.
Note the coverage model that I edited into the previous discussion for the AxiStreamTransmitter. If I instead did:
AddBins (BurstCov.BurstDelayCov, 80, GenBin(2,8,2)) ; -- 80% Small delay
AddBins (BurstCov.BurstDelayCov, 20, GenBin(108,156,1)) ; -- 20% Large delay
This will break the range 2 to 8 into 2 to 4 and 4 to 8. Each range will have a weight of 80. Then the 108 to 156 will have a weight of 20. Hence, the percentage for the range 2 to 4 is now 80/180.