Skip to content

Commit

Permalink
hw: Enable DMA logging with Verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jan 12, 2024
1 parent a3ce030 commit 34764a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hw/future/src/dma/axi_dma_backend.sv
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ module axi_dma_backend #(
//--------------------------------------
//pragma translate_off
`ifndef SYNTHESYS
`ifndef VERILATOR
generate
if (DmaTracing) begin : gen_dma_tracer
string fn;
Expand Down Expand Up @@ -595,7 +594,6 @@ module axi_dma_backend #(
end
end
endgenerate
`endif
`endif
//pragma translate_on
endmodule : axi_dma_backend

0 comments on commit 34764a7

Please sign in to comment.