diff options
author | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2017-03-05 13:52:29 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2017-03-05 13:58:40 +0100 |
commit | 633829cc70a3318eb863297065005270663aa681 (patch) | |
tree | d2d21958bbed9a838b14a97d0ded8473533c55f2 /libraries | |
parent | 454f63c7056a26903936214599374ef3c2456d52 (diff) | |
download | ghdl-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.ps1 | 3 | ||||
-rw-r--r-- | libraries/vendors/compile-uvvm.sh | 3 |
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 |