Skip to content

Commit

Permalink
logger: Fix Pulsar reporting function call
Browse files Browse the repository at this point in the history
Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Nov 1, 2024
1 parent 4c74290 commit 62cf6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbenches/project/pulsar_adc_pmdz/tests/test_program.sv
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ task fifo_spi_test();
if (sdi_fifo_data != sdi_fifo_data_store) begin
`ERROR(("Fifo Read Test FAILED"));
end else begin
`INFO(("Fifo Read Test PASSED"));
`INFO(("Fifo Read Test PASSED"), ADI_VERBOSITY_DEBUG);
end
endtask

Expand Down

0 comments on commit 62cf6a9

Please sign in to comment.