Reply To: Using GLBL with OSVVM

Why OSVVM™? Forums OSVVM Using GLBL with OSVVM Reply To: Using GLBL with OSVVM

#2849
Jim Lewis
Member

Hi Jon,
Thanks for sticking with this one. Knowing which version of Questa you had made told me I needed to search harder in VendorScripts_Questa.tcl. I found the issue. It is fixed on Dev.

If you do not want to update to the Dev branch, you can edit the line in VendorScripts_Questa.tcl that says:
set SimulateOptions [concat $::VsimArgs -t $SimulateTimeUnits -lib ${LibraryName} ${LibraryUnit}_opt ${::osvvm::SecondSimulationTopLevel} {*}${args} -suppress 8683 -suppress 8684]

And remove the ${::osvvm::SecondSimulationTopLevel} so that it is now:
set SimulateOptions [concat $::VsimArgs -t $SimulateTimeUnits -lib ${LibraryName} ${LibraryUnit}_opt {*}${args} -suppress 8683 -suppress 8684]

Best Regards,
Jim