Skip to content

Commit 2c6bec6

Browse files
committed
OSVVM: bump to 2023.04
1 parent 62c904d commit 2c6bec6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

vunit/builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _add_osvvm(self):
151151
Add osvvm library
152152
"""
153153
library = self._add_library_if_not_exist(
154-
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2022.04)."
154+
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2023.04)."
155155
)
156156
if library is None:
157157
return

0 commit comments

Comments
 (0)