Skip to content

Commit

Permalink
hw: Enable DMA tracing again after iDMA introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 12, 2024
1 parent 74594d2 commit 696208c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/snitch_cluster/src/snitch_cc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ module snitch_cc #(
.AxiUserWidth (DMAUserWidth),
.NumAxInFlight (DMANumAxInFlight),
.DMAReqFifoDepth (DMAReqFifoDepth),
.DMATracing (1),
.axi_ar_chan_t (axi_ar_chan_t),
.axi_aw_chan_t (axi_aw_chan_t),
.axi_req_t (axi_req_t),
Expand Down

0 comments on commit 696208c

Please sign in to comment.