Jim Lewis

Results 102 comments of Jim Lewis

@riedel-ferringer WRT the OUTPUT formatter, I see the following possibilities for formats: 1) Time Last (as it is now) 2) Time First (per your request) 3) YAML - per another...

I have completed a version that prints time either first or last. By default, it prints time last like it did in the past. To get it to print time...

@riedel-ferringer You sure you want time first and not Alert/Log Level Time Name Message. @Paebbels put time first: SetAlertLogOptions(WriteTimeLast => FALSE) ; Set Justification for Time field: SetAlertLogOptions(TimeJustifyAmount => 9)...

I have three options of where to put time in front of message. In all of them I have turned on AlertLogJustify. Time First - I think this is my...

The OSVVM feature based on this is in Dev. In the current dev branch, to turn it on, you need to: SetAlertLogOptions(WriteTimeLast => FALSE) ; SetAlertLogOptions(TimeJustifyAmount => 16) ; SetAlertLogJustify...

Not quite. "=" is a string operation. "?=" is a hardware operation. "=" like character matches like character "?=" 0 matches L, 1 matches H, '-' matches anything. U results...

Had a long discussion with a Verilog person about what value to assign in the default assignment within a case statement. It actually helped me understand why I should keep...

Great reporter, however, we are running into this issue too. From the different reports I have seen, many reporters generate failure message of the form: `` Is this not permitted...

WRT minimum width, have you tried: ``` SetAlertLogOptions(WriteTimeLast => FALSE) ; SetAlertLogOptions(TimeJustifyAmount => 15) ; SetAlertLogJustify ; ``` After setting all of the AlertLogIDs, if you call SetAlertLogJustify, it will...