From b572c73c3f723734b39fd896aaa000f96b83d2b5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 24 May 2017 03:38:31 +0200 Subject: Update compile-vunit.sh script. Fix #353 --- libraries/vendors/compile-vunit.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libraries') 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 -- cgit v1.2.3