From f6c156f96f6b5ef847d754ece7d8d768ce704c2c Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Tue, 13 Feb 2024 18:11:32 +0000 Subject: [PATCH] Bump OSVVM and UVVM to latest released versions --- NEWS.md | 1 + contrib/install-osvvm.sh | 2 +- contrib/install-uvvm.sh | 2 +- test/test-osvvm.tcl | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f5d43f03..9c6b9512 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,6 +13,7 @@ - Added support for `inertial` keyword in port maps (#843). - Fixed a bug where `'last_value` could give the wrong result if the signal has multiple sources. +- Updated to OSVVM 2023.09a and UVVM 2023.09.16 for `nvc --install`. ## Version 1.11.3 - 2024-02-04 - Fixed incorrect effective value when a signal has multiple sources due diff --git a/contrib/install-osvvm.sh b/contrib/install-osvvm.sh index c043a71d..0fc81213 100755 --- a/contrib/install-osvvm.sh +++ b/contrib/install-osvvm.sh @@ -13,7 +13,7 @@ if ! command -v tclsh &>/dev/null; then exit 1 fi -git_wrapper https://github.com/osvvm/OsvvmLibraries 2023.07 +git_wrapper https://github.com/osvvm/OsvvmLibraries 2023.09a [ -d $NVC_INSTALL_DEST ] || mkdir -p $NVC_INSTALL_DEST diff --git a/contrib/install-uvvm.sh b/contrib/install-uvvm.sh index 1b6af130..4371047f 100755 --- a/contrib/install-uvvm.sh +++ b/contrib/install-uvvm.sh @@ -8,7 +8,7 @@ . $(dirname $BASH_SOURCE)/functions.sh if [ -z "$1" ]; then - branch="v2023.03.21" + branch="v2023.09.16" fi git_wrapper https://github.com/UVVM/UVVM $branch diff --git a/test/test-osvvm.tcl b/test/test-osvvm.tcl index e01c7ada..0ca32364 100644 --- a/test/test-osvvm.tcl +++ b/test/test-osvvm.tcl @@ -7,7 +7,7 @@ if {[info exists env(OSVVM_DIR)]} { set OsvvmDir $env(OSVVM_DIR) } else { # known good snapshot - set OsvvmLibraries_tag "2023.07" + set OsvvmLibraries_tag "2023.09a" set OsvvmDir [file join $::env(HOME) .cache nvc "OsvvmLibraries-${OsvvmLibraries_tag}"] } -- 2.39.2