From 4d70773af525ecc73ef57e26ab731badb6d32aee Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Thu, 8 Aug 2024 20:37:05 +0100 Subject: [PATCH] Update to UVVM 2024.07.03b --- NEWS.md | 2 +- contrib/install-uvvm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1c958de44..5fe09720a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,7 @@ correctly. - Fixed an incorrect bounds check error when a constant declaration has a partially constrained type (#932). -- Updated to OSVVM 2024.07 for `nvc --install`. +- Updated to OSVVM 2024.07 and UVVM 2024.07.03b for `nvc --install`. - Added a warning when an inner declaration hides an outer declaration in a way that is likely to be unintentional (#905). - The `-c` sub-command for coverage is deprecated and replaced with diff --git a/contrib/install-uvvm.sh b/contrib/install-uvvm.sh index 4371047fb..7af7a194a 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.09.16" + branch="v2024.07.03b" fi git_wrapper https://github.com/UVVM/UVVM $branch