Skip to content

Commit cc0f79f

Browse files
alex96295thommythomaso
authored andcommitted
src: Fix non-synthesizable syntax
1 parent 2c64e07 commit cc0f79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/cva6_reg/dma_core_wrap.sv

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ module dma_core_wrap #(
195195
.idma_req_t ( idma_req_t ),
196196
.idma_rsp_t ( idma_rsp_t ),
197197
.idma_nd_req_t ( idma_nd_req_t ),
198-
.RepWidths ( '{default: AxiAddrWidth} )
198+
.RepWidths ( {AxiAddrWidth, AxiAddrWidth} )
199199
) i_idma_nd_midend (
200200
.clk_i,
201201
.rst_ni,

0 commit comments

Comments
 (0)