Skip to content

Commit

Permalink
Added news fragments for AXI stream updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Aug 7, 2024
1 parent 6ee5ee8 commit 3fb72fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/news.d/1049.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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.
1 change: 1 addition & 0 deletions docs/news.d/1049.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed AXI stream slave to only verify tdata if both of tkeep and tstrb are set. Removed potential race condition an AXI stream master.

0 comments on commit 3fb72fb

Please sign in to comment.