From 696208c285c264eeec48c609c82ccb666fb8a114 Mon Sep 17 00:00:00 2001 From: Luca Colagrande Date: Fri, 12 Jul 2024 20:54:09 +0200 Subject: [PATCH] hw: Enable DMA tracing again after iDMA introduction --- hw/snitch_cluster/src/snitch_cc.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/snitch_cluster/src/snitch_cc.sv b/hw/snitch_cluster/src/snitch_cc.sv index 15d8abff53..3fe0ebf54f 100644 --- a/hw/snitch_cluster/src/snitch_cc.sv +++ b/hw/snitch_cluster/src/snitch_cc.sv @@ -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),