Jim Lewis

Results 102 comments of Jim Lewis

When using period, the period will be accurate. The rounding will only impact duty cycle.

I will look at it. It wasn't designed to have bins with a weight of 0. There are other contributing factors that may come into play. Are you finding any...

Hi Ryan, I have reviewed the code and found two issues that impact this. First, every new bin is assumed to have a percent coverage of 0.0. Second the percent...

What do you expect to happen when AtLeast is 0 and coverage goes beyond 100%? Should it start generating those values or should it never generate those values? How about...

I have changed how PercentCov is calculated. It now accounts for values of 0 or less than 0. If the value is 0, the PercentCov is set to 100.0. Hence,...

Hi Sebastian, The problem with putting time first is that then you have to introduce some sort of arbitrary justification to the time value - otherwise, the output shifts for...

Hi Torsten, Do you also have issues in ModelSim now? Sebastian only reported issues when putting a time value in the message as ModelSim seems to only understand the first...

Hi Sebatian That is a non backward compatible change to fix a broken vendor (OSVVM perspective) feature. That would be bad for current users. If accepted it would have to...

@SebDunst @tmeissner This was updated some time this summer. Try out the options: ``` SetAlertLogOptions(WriteTimeLast => FALSE) ; SetAlertLogOptions(TimeJustifyAmount => 15) ; SetAlertLogJustify ; ```