diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-05-24 03:38:31 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-05-24 03:38:31 +0200 |
commit | b572c73c3f723734b39fd896aaa000f96b83d2b5 (patch) | |
tree | 552a5dca380cf3d62c6908698c14614aa6d6d732 /libraries/vendors | |
parent | 404ab2365b51cc724178494e5e34382a50ee8d78 (diff) | |
download | ghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.tar.gz ghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.tar.bz2 ghdl-b572c73c3f723734b39fd896aaa000f96b83d2b5.zip |
Update compile-vunit.sh script.
Fix #353
Diffstat (limited to 'libraries/vendors')
-rwxr-xr-x | libraries/vendors/compile-vunit.sh | 8 |
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 |