Skip to content

Commit 6fa5d18

Browse files
committed
Fixed typo.
1 parent f74e49a commit 6fa5d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)