*Hi all,
I have created a project and imported all the vhd files. Then I have selected all of them and set to compile with vhdl 2008. Here the result:
Resolution and tbutil both fails because can’t find osvvm, which is strange as osvvmContext compiles before them.
Instead VendorCovApi fails because:
# ** Error: C:/Users/meciag/Desktop/test_uvvm/osvvm/VendorCovApiPkg_Aldec.vhd(92): Function "VendorCovPointCreate" declared at line 55 has no body.
# ** Error: C:/Users/meciag/Desktop/test_uvvm/osvvm/VendorCovApiPkg_Aldec.vhd(92): Function "VendorCovCrossCreate" declared at line 60 has no body.
# ** Error: C:/Users/meciag/Desktop/test_uvvm/osvvm/VendorCovApiPkg_Aldec.vhd(92): Procedure "VendorCovSetName" declared at line 66 has no body.
# ** Error: C:/Users/meciag/Desktop/test_uvvm/osvvm/VendorCovApiPkg_Aldec.vhd(92): Procedure "VendorCovBinAdd" declared at line 73 has no body.
# ** Error: C:/Users/meciag/Desktop/test_uvvm/osvvm/VendorCovApiPkg_Aldec.vhd(92): Procedure "VendorCovBinInc" declared at line 79 has no body.
How to solve?
thank you!