File tree Expand file tree Collapse file tree
vunit/vhdl/verification_components/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments