Skip to content

Commit 94332ff

Browse files
axis_sequencers: Set logger verbosity to NONE
Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
1 parent 1824259 commit 94332ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbenches/ip/axis_sequencers/tests/test_program.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ program test_program;
7272
`TH.`SRC_AXIS.inst.IF,
7373
`TH.`DST_AXIS.inst.IF);
7474

75-
setLoggerVerbosity(ADI_VERBOSITY_HIGH);
75+
setLoggerVerbosity(ADI_VERBOSITY_NONE);
7676

7777
base_env.start();
7878
axis_seq_env.start();

0 commit comments

Comments
 (0)