diff options
Diffstat (limited to 'libraries/vendors/compile-osvvm.sh')
-rwxr-xr-x | libraries/vendors/compile-osvvm.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libraries/vendors/compile-osvvm.sh b/libraries/vendors/compile-osvvm.sh index 38541aca2..9d2070c59 100755 --- a/libraries/vendors/compile-osvvm.sh +++ b/libraries/vendors/compile-osvvm.sh @@ -193,18 +193,21 @@ if [ "$COMPILE_OSVVM" == "TRUE" ]; then Files=( NamePkg.vhd OsvvmGlobalPkg.vhd - TextUtilPkg.vhd + VendorCovApiPkg.vhd TranscriptPkg.vhd + TextUtilPkg.vhd AlertLogPkg.vhd - MemoryPkg.vhd MessagePkg.vhd SortListPkg_int.vhd RandomBasePkg.vhd RandomPkg.vhd CoveragePkg.vhd + MemoryPkg.vhd ScoreboardGenericPkg.vhd - ScoreboardPkg_int.vhd ScoreboardPkg_slv.vhd + ScoreboardPkg_int.vhd + ResolutionPkg.vhd + TbUtilPkg.vhd OsvvmContext.vhd ) |