-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped OSVVM to 2024.07. Solves #1046.
InitSeed changed behavior such that randomized testbenches don't reproduce the previously used stimuli. One testbench had to be updated to compensate.
- Loading branch information
1 parent
84ac0f5
commit f8a1e09
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bumped OSVVM to 2024.07. | ||
|
||
The seed generation of OSVVM has changed to a new algorithm which may cause some testbenches using InitSeed(some_value) | ||
to fail since the random sequence of values doesn't reproduce what was previously generated. This can occur if the testbench | ||
has assumptions on the random sequence that aren't explicitly enforced (other than setting the seed). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule osvvm
updated
47 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters