From b85b4799bc13cf9b6a5d18144e0ab4388c63d715 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 27 May 2024 17:00:50 +0200 Subject: [PATCH] Fix minor compilation errors --- src/frontend/inst64/idma_inst64_top.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/inst64/idma_inst64_top.sv b/src/frontend/inst64/idma_inst64_top.sv index 1dd0d351..feab2bf7 100644 --- a/src/frontend/inst64/idma_inst64_top.sv +++ b/src/frontend/inst64/idma_inst64_top.sv @@ -284,7 +284,7 @@ module idma_inst64_top #( //-------------------------------------- // Performance events //-------------------------------------- - for (genvar c = 0; c < NumChannels; c++) begin : gen_transfer_id_gen + for (genvar c = 0; c < NumChannels; c++) begin : gen_events idma_inst64_events #( .DataWidth ( AxiDataWidth ), .axi_req_t ( axi_req_t ), @@ -411,7 +411,7 @@ module idma_inst64_top #( dma_op_name = "DMCPY"; is_dma_op = 1'b1; - idma_fe_req_d.burst_reg.axi_id = idma_fe_sel_chan; + idma_fe_req_d.burst_req.opt.axi_id = idma_fe_sel_chan; idma_fe_req_d.burst_req.length = acc_req_i.data_arga; // Perform the following sequence: