Reply To: Problems? Suggestions?
Why OSVVM™? › Forums › OSVVM › Problems? Suggestions? › Reply To: Problems? Suggestions?
December 7, 2012 at 02:44
#453
vio123
Member
*Hi Jerry,
why not providing the OS-VVM lib in its own libray, like the IEEE stuf
-> compile it to OSVVM
at the moment all stuf is compiled to lib work
Looking at the CoveragePkg.vhd :
use work.RandomPkg.all ;
use work.RandomBasePkg.all ;
package CoveragePkg is
….
I expected to see this :
library OSVVM;
use OSVVM.RandomPkg.all ;
use OSVVM.RandomBasePkg.all ;