Reply To: Possible infinite loop in FindBinInside

Why OSVVM™? Forums OSVVM Possible infinite loop in FindBinInside Reply To: Possible infinite loop in FindBinInside

#671
reuven paley
Member

Hi Jim,

i didn’t turn on merging. You’re right, i could use the ALL_ILLEGAL to flag errors. However, the reason i specified the structure the way i did was to assist debug. With ALL_ILLEGAL, the WriteBin procedure only prints that something went into an illegal bin. It is true that the data is also printed during the simulation, but the format:

%%Illegal Value: (bin1,bin2,bin3, etc) is in an illegal Bin.

doesn’t provide enough debug information. While i’m writing this, the thought arose in my mind to ask for the following enhancement in the next version.

Could the information stored with the SetName procedure be printed when an illegal bin message is printed with ICover?