We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74e49a commit 6fa5d18Copy full SHA for 6fa5d18
1 file changed
vunit/vhdl/verification_components/src/axi_stream_master.vhd
@@ -324,8 +324,8 @@ begin
324
master.p_logger,
325
not default_generics,
326
"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."
+ "by the inactive_policy parameter to the new_axi_stream_master function. Remove generics " & LF &
+ "assignments and use the inactive_policy parameter to avoid this error."
329
);
330
331
wait;
0 commit comments