SystemVerilog Simulation Timers 1.1.1 Released
Wednesday, April 15th, 2009Just a minor update.
I’ve realized that I missed something that was sort of important for those that weren’t using the VMM version of the timers. That is – the ability to name the timer at construction, such that, when the alarm sounds it reports which timer expired!
So that’s it – just a new constructor parameter.
This is a breaking change, but my download log tells me that not too many of you will be affected, and it’s not a huge difference. I did change the parameter order in the constructor, so don’t just switch to the new version without first seeing what the change it.
It’s documented here:
http://www.intelligentdv.com/documents/index.html#timersdox
TIP! Like the doxygen tools, these blog announcements (like this one) often lag the actual release by several weeks… so I recommend subscribing to the RSS feed for the SVtimers tags on the WebSVN site to keep up-to-date.
-TickTock