-
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.
- Loading branch information
1 parent
3fb72fb
commit 6e42dac
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,16 @@ | ||
|
||
Breaking Changes | ||
~~~~~~~~~~~~~~~~ | ||
|
||
- Changed default values for unconnected tkeep and tstrb inputs for AXI stream VCs to match the standard: | ||
|
||
- tkeep changed from all zeros to all ones | ||
- tstrb changed from all zeros to value of tkeep | ||
|
||
May affect existing code if these values are verified by the testbench despite being unconnected. (:vunit_issue:`1049`) | ||
|
||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
- Changed AXI stream slave to only verify tdata if both of tkeep and tstrb are set. Removed potential race condition an AXI stream master. (:vunit_issue:`1049`) |