aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-07-19 02:44:00 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-07-19 02:44:00 +0200
commit1409d4ee66fc336d535486cb08bf60070bc9e197 (patch)
tree515c5725db9dc8ae72e565dfbdfbc8025c450269 /scripts
parent00667c1805c96c112c0cc4874351354d335af52f (diff)
downloadghdl-1409d4ee66fc336d535486cb08bf60070bc9e197.tar.gz
ghdl-1409d4ee66fc336d535486cb08bf60070bc9e197.tar.bz2
ghdl-1409d4ee66fc336d535486cb08bf60070bc9e197.zip
scripts/vendor/compile-osvvm.sh: update Files to match 2021.06
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vendors/compile-osvvm.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/vendors/compile-osvvm.sh b/scripts/vendors/compile-osvvm.sh
index 9f69fc088..5508febfc 100755
--- a/scripts/vendors/compile-osvvm.sh
+++ b/scripts/vendors/compile-osvvm.sh
@@ -224,7 +224,9 @@ fi
# ==============================================================================
StructName="OSVVM_osvvm"
Files=(
+ ResolutionPkg.vhd
NamePkg.vhd
+ NameStorePkg.vhd
OsvvmGlobalPkg.vhd
VendorCovApiPkg.vhd
TranscriptPkg.vhd
@@ -234,12 +236,13 @@ Files=(
SortListPkg_int.vhd
RandomBasePkg.vhd
RandomPkg.vhd
+ RandomProcedurePkg.vhd
CoveragePkg.vhd
MemoryPkg.vhd
ScoreboardGenericPkg.vhd
ScoreboardPkg_slv.vhd
ScoreboardPkg_int.vhd
- ResolutionPkg.vhd
+ ResizePkg.vhd
TbUtilPkg.vhd
OsvvmContext.vhd
)