OS-VVM Updates
Hello Fellow OS-VVMers,
Thanks to everybody who attended our DAC2012 meeting and provided feedback — first results are visible in the revision 2.3.1 of OS-VVM package posted today in the Downloads section.
Here are the highlights:
- Minor updates to package sources.
- Simplified version of SENSORS example (should work consistently on all simulation platforms, but requires coverage package from this distribution).
- Improved syntax of the testbench in FIFO example.
Hope you will enjoy the improvements and find some time for vacation (it is summer in the northern hemisphere…)
Your Admin,
JerryK
4 Comments
Leave a Reply
You must be logged in to post a comment.
Trond Danielsen
Any chance of a public source code repository? It would make it easier to submit patches and follow the development.
Jerry Kaczynski
We are working on it. We have narrowed the choices (there are so many revision control systems and hosting websites) and will announce the final pick soon.
Nikolay
In the text on page 14 of user guide (“CoveragePkg_user_guide.pdf”) there is the sentence “As a result, the call GenBin(1, 14, 4) creates four bins …”. But in the example after this
Is this a mistake in the code?
Jim Lewis
Hi Avdeev,
It is an error in the example. The code should be as described in the text:
CovBin2.AddBins( ( GenBin(1, 14, 4) ) ; — 1 to 3, 4 to 6, 7 to 10, 11 to 14
Thanks for the errata.
Best Regards,
Jim