From bb29ef1006771a7cc5a779d45d31df2ec44ba3ac Mon Sep 17 00:00:00 2001 From: Moritz Scherer Date: Fri, 11 Oct 2024 14:09:12 +0200 Subject: [PATCH] Fix typo --- hw/chimera_top_wrapper.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/chimera_top_wrapper.sv b/hw/chimera_top_wrapper.sv index e55702c..08f0cd6 100644 --- a/hw/chimera_top_wrapper.sv +++ b/hw/chimera_top_wrapper.sv @@ -344,7 +344,7 @@ module chimera_top_wrapper .msip_i (msip_ext), .narrow_in_req_i (axi_slv_req[ClusterIdx[0]+:ExtClusters]), .narrow_in_resp_o (axi_slv_rsp[ClusterIdx[0]+:ExtClusters]), - .narrow_out_req_o (axi_mst_req,) + .narrow_out_req_o (axi_mst_req), .narrow_out_resp_i(axi_mst_rsp), .wide_out_req_o (axi_wide_mst_req), .wide_out_resp_i (axi_wide_mst_rsp),