aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2017-03-05 13:52:29 +0100
committerPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2017-03-05 13:58:40 +0100
commit633829cc70a3318eb863297065005270663aa681 (patch)
treed2d21958bbed9a838b14a97d0ded8473533c55f2 /libraries
parent454f63c7056a26903936214599374ef3c2456d52 (diff)
downloadghdl-633829cc70a3318eb863297065005270663aa681.tar.gz
ghdl-633829cc70a3318eb863297065005270663aa681.tar.bz2
ghdl-633829cc70a3318eb863297065005270663aa681.zip
Precompile UVVM: Added ti_uvvm_engine to library uvvm_vvc_framework.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/vendors/compile-uvvm.ps13
-rw-r--r--libraries/vendors/compile-uvvm.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/libraries/vendors/compile-uvvm.ps1 b/libraries/vendors/compile-uvvm.ps1
index 073aa5121..8e53adb77 100644
--- a/libraries/vendors/compile-uvvm.ps1
+++ b/libraries/vendors/compile-uvvm.ps1
@@ -14,7 +14,7 @@
# - compiles all UVVM packages
#
# ==============================================================================
-# Copyright (C) 2015-2016 Patrick Lehmann - Dresden, Germany
+# Copyright (C) 2015-2017 Patrick Lehmann - Dresden, Germany
#
# GHDL is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
@@ -167,6 +167,7 @@ $UVVM_VVC_Files = @(
"uvvm_vvc_framework\src\ti_data_queue_pkg.vhd",
"uvvm_vvc_framework\src\ti_data_fifo_pkg.vhd",
"uvvm_vvc_framework\src\ti_data_stack_pkg.vhd"
+ "uvvm_vvc_framework\src\ti_uvvm_engine.vhd"
)
$VIP_Files = @{
"AXILite" = @{
diff --git a/libraries/vendors/compile-uvvm.sh b/libraries/vendors/compile-uvvm.sh
index 1a601df60..4555c1f8e 100644
--- a/libraries/vendors/compile-uvvm.sh
+++ b/libraries/vendors/compile-uvvm.sh
@@ -15,7 +15,7 @@
# - compiles all UVVM packages
#
# ==============================================================================
-# Copyright (C) 2015-2016 Patrick Lehmann - Dresden, Germany
+# Copyright (C) 2015-2017 Patrick Lehmann - Dresden, Germany
#
# GHDL is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
@@ -238,6 +238,7 @@ if [ "$COMPILE_UVVM" == "TRUE" ]; then
uvvm_vvc_framework/src/ti_data_queue_pkg.vhd
uvvm_vvc_framework/src/ti_data_fifo_pkg.vhd
uvvm_vvc_framework/src/ti_data_stack_pkg.vhd
+ uvvm_vvc_framework/src/ti_uvvm_engine.vhd
)
# append absolute source path