Reply To: OSVVM, Questa – Fails to Compile OSVVM
Why OSVVM™? › Forums › OSVVM › OSVVM, Questa – Fails to Compile OSVVM › Reply To: OSVVM, Questa – Fails to Compile OSVVM
The OsvvmCOntext.vhd file in version 2023.04 seems out of sync with this post. It is still requiring a compile of these packages to “osvvm” when other packages include “use work.*.all” statements.
context OsvvmContext is
library OSVVM ;
use OSVVM.OsvvmScriptSettingsPkg.all ;
use OSVVM.NamePkg.all ;
use OSVVM.NameStorePkg.all ;
use OSVVM.TranscriptPkg.all ;
use OSVVM.TextUtilPkg.all ;
use OSVVM.OsvvmGlobalPkg.all ;
use OSVVM.AlertLogPkg.all ;
use OSVVM.SortListPkg_int.all ;
use OSVVM.RandomBasePkg.all ;
use OSVVM.RandomPkg.all ;
use OSVVM.CoveragePkg.all ;
use OSVVM.MemoryPkg.all ;
use OSVVM.ResolutionPkg.all ;
use OSVVM.ResizePkg.all ;
use OSVVM.TbUtilPkg.all ;
use OSVVM.ReportPkg.all ;
use OSVVM.OsvvmTypesPkg.all ;
end context OsvvmContext ;
Thx