aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/compile-vunit.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-24 03:38:31 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-24 03:38:31 +0200
commitb572c73c3f723734b39fd896aaa000f96b83d2b5 (patch)
tree552a5dca380cf3d62c6908698c14614aa6d6d732 /libraries/vendors/compile-vunit.sh
parent404ab2365b51cc724178494e5e34382a50ee8d78 (diff)
downloadghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.tar.gz
ghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.tar.bz2
ghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.zip
Update compile-vunit.sh script.
Fix #353
Diffstat (limited to 'libraries/vendors/compile-vunit.sh')
-rwxr-xr-xlibraries/vendors/compile-vunit.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/vendors/compile-vunit.sh b/libraries/vendors/compile-vunit.sh
index ae567f1d7..69b3a5d45 100755
--- a/libraries/vendors/compile-vunit.sh
+++ b/libraries/vendors/compile-vunit.sh
@@ -186,17 +186,19 @@ if [ "$COMPILE_VUNIT" == "TRUE" ]; then
Library="vunit_lib"
VHDLVersion="v08"
Files=(
- run/src/stop_api.vhd
- vhdl/src/lib/std/textio.vhd
+ core/src/stop_api.vhd
vhdl/src/lang/lang.vhd
com/src/com_types.vhd
- run/src/stop_body_2008.vhd
+ core/src/stop_body_2008.vhd
+ core/src/core_pkg.vhd
com/src/com_api.vhd
string_ops/src/string_ops.vhd
path/src/path.vhd
logging/src/log_types.vhd
logging/src/log_formatting.vhd
logging/src/log_special_types200x.vhd
+ array/src/integer_vector_ptr_pkg.vhd
+ array/src/integer_array_pkg.vhd
array/src/array_pkg.vhd
logging/src/log_base_api.vhd
logging/src/log_base.vhd