Skip to content

Commit

Permalink
bump OSVVM to 2023.09
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 24, 2024
1 parent a67cfcd commit da6e8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vunit/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _add_osvvm(self):
Add osvvm library
"""
library = self._add_library_if_not_exist(
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2023.04)."
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2023.09)."
)
if library is None:
return
Expand Down

0 comments on commit da6e8b4

Please sign in to comment.