aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-11-10 03:55:55 +0100
committerPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2016-11-10 03:58:01 +0100
commit857a7749d048e6a2c6273d6284694ef135ee71aa (patch)
treee74aa946ee77f9fdd1b0ce21b56278b0cf547c0b /libraries
parent34e5a9ee00d04b8c48935b0142f3817ba9f65ea0 (diff)
downloadghdl-857a7749d048e6a2c6273d6284694ef135ee71aa.tar.gz
ghdl-857a7749d048e6a2c6273d6284694ef135ee71aa.tar.bz2
ghdl-857a7749d048e6a2c6273d6284694ef135ee71aa.zip
Added OSVVM's new Scoreboards to the file list in compile-osvvm.ps1/sh.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/vendors/compile-osvvm.ps13
-rwxr-xr-xlibraries/vendors/compile-osvvm.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/libraries/vendors/compile-osvvm.ps1 b/libraries/vendors/compile-osvvm.ps1
index b10b9f7aa..f0fc18804 100644
--- a/libraries/vendors/compile-osvvm.ps1
+++ b/libraries/vendors/compile-osvvm.ps1
@@ -141,6 +141,9 @@ if ((-not $StopCompiling) -and $OSVVM)
"RandomBasePkg.vhd",
"RandomPkg.vhd",
"CoveragePkg.vhd",
+ "ScoreboardGenericPkg.vhd",
+ "ScoreboardPkg_int.vhd",
+ "ScoreboardPkg_slv.vhd",
"OsvvmContext.vhd"
)
$SourceFiles = $Files | % { "$SourceDirectory\$_" }
diff --git a/libraries/vendors/compile-osvvm.sh b/libraries/vendors/compile-osvvm.sh
index 4cd8ce670..38541aca2 100755
--- a/libraries/vendors/compile-osvvm.sh
+++ b/libraries/vendors/compile-osvvm.sh
@@ -202,6 +202,9 @@ if [ "$COMPILE_OSVVM" == "TRUE" ]; then
RandomBasePkg.vhd
RandomPkg.vhd
CoveragePkg.vhd
+ ScoreboardGenericPkg.vhd
+ ScoreboardPkg_int.vhd
+ ScoreboardPkg_slv.vhd
OsvvmContext.vhd
)