Reply To: FIFO example improvements

Why OSVVM™? Forums OSVVM FIFO example improvements Reply To: FIFO example improvements

#612

* I also noticed that the FIFO example uses:

<code>

use work.RandomBasePkg.all ; 

</code>
I believe something like this is far better approach:

<code>

library osvvm;

use osvvm.RandomBasePkg.all ; 

</code>
Questa 10.2 actually ships OSVVM precompiled and the above change makes it work out of the box (no need to recompile the OSVVM sources, though one could say we use -incr flow). 
Any comments?
Also - has anyone tried this on IUS 12.2 release from Cadence? That's our next step at CVC, will update here on our findings soon.
If we do agree the above fix is useful, how do we submit the changes/contributions to the examples?
RegardsSriniwww.cvcblr.com/blog