Skip to content

Commit 4539b0e

Browse files
committed
Added news fragment.
1 parent f74e49a commit 4539b0e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/news.d/1195.breaking.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Improved user control over what values are driven on the AXI stream bus when ``tvalid`` is low and the bus is inactive.
2+
The inactive value configuration is controlled by a new parameter ``inactive_policy`` to the ``new_axi_stream_master``
3+
function and it can also be updated dynamically with the ``set_inactive_axi_stream_policy`` command.
4+
This is a breaking change from the generic-based configuration used before. However, if will only affect the behavior
5+
of the AXI stream master VC if the generics are set to non-default values.
6+
7+
``set_stall_config`` has also been added for dynamic control of the stall configuration. This is not a breaking
8+
change.

vunit/vhdl/verification_components/src/axi_stream_master.vhd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ begin
324324
master.p_logger,
325325
not default_generics,
326326
"The drive_invalid generics have been deprecated. Bus inactivity is now controlled " & LF &
327-
"by the inactive_bus_policy parameter to the new_axi_stream_master function. Remove generics " & LF &
328-
"assignments and use the inactive_bus_policy parameter to avoid this error."
327+
"by the inactive_policy parameter to the new_axi_stream_master function. Remove generics " & LF &
328+
"assignments and use the inactive_policy parameter to avoid this error."
329329
);
330330

331331
wait;

0 commit comments

Comments
 (0)