Skip to content

Commit

Permalink
Fix typo on logging plusarg check (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth authored Jan 24, 2024
1 parent e52ab43 commit bbc9a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/tb/caliptra_top_tb_services.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ endgenerate //IV_NO

// IFU Initiator monitor
always @(posedge clk) begin
if (!$test$plusargs("CLP_BUS_LOGS"))
if ($test$plusargs("CLP_BUS_LOGS"))
$fstrobe(ifu_p, "%10d : 0x%0h %h %b %h %h %h %b 0x%08h_%08h %b %b\n", cycleCnt,
caliptra_top_dut.ic_haddr, caliptra_top_dut.ic_hburst, caliptra_top_dut.ic_hmastlock,
caliptra_top_dut.ic_hprot, caliptra_top_dut.ic_hsize, caliptra_top_dut.ic_htrans,
Expand Down

0 comments on commit bbc9a32

Please sign in to comment.