Skip to content

Commit

Permalink
src: Fix non-synthesizable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 authored and thommythomaso committed Sep 21, 2023
1 parent 2c64e07 commit cc0f79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/cva6_reg/dma_core_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module dma_core_wrap #(
.idma_req_t ( idma_req_t ),
.idma_rsp_t ( idma_rsp_t ),
.idma_nd_req_t ( idma_nd_req_t ),
.RepWidths ( '{default: AxiAddrWidth} )
.RepWidths ( {AxiAddrWidth, AxiAddrWidth} )
) i_idma_nd_midend (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit cc0f79f

Please sign in to comment.