Skip to content

Commit

Permalink
Release 5.0.0.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Aug 7, 2024
1 parent 3fb72fb commit 6e42dac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/news.d/1049.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/news.d/1049.bugfix.rst

This file was deleted.

16 changes: 16 additions & 0 deletions docs/release_notes/5.0.0.dev2.rst
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`)

0 comments on commit 6e42dac

Please sign in to comment.