Skip to content

Commit

Permalink
Update to UVVM 2024.07.03b
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Aug 8, 2024
1 parent 059d264 commit 4d70773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/install-uvvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d70773

Please sign in to comment.