Skip to content

Commit

Permalink
OSVVM: bump to 2021.10
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and LarsAsplund committed Nov 16, 2021
1 parent 1e7a872 commit 96a24b3
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 @@ -151,7 +151,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 (2021.09)."
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2021.10)."
)
if library is None:
return
Expand Down
2 changes: 1 addition & 1 deletion vunit/vhdl/osvvm

0 comments on commit 96a24b3

Please sign in to comment.