diff options
author | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2016-11-10 03:55:55 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2016-11-10 03:58:01 +0100 |
commit | 857a7749d048e6a2c6273d6284694ef135ee71aa (patch) | |
tree | e74aa946ee77f9fdd1b0ce21b56278b0cf547c0b /libraries/vendors/compile-osvvm.sh | |
parent | 34e5a9ee00d04b8c48935b0142f3817ba9f65ea0 (diff) | |
download | ghdl-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/vendors/compile-osvvm.sh')
-rwxr-xr-x | libraries/vendors/compile-osvvm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 ) |