Skip to content

Commit 5aa3ff2

Browse files
committed
Update idma_wrap.sv to double byte width for BE_WIDTH
1 parent 2369f4d commit 5aa3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/idma_wrap.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module dmac_wrap #(
246246
periph_to_reg #(
247247
.AW (RegAddrWidth),
248248
.DW (DATA_WIDTH),
249-
.BW (BE_WIDTH),
249+
.BW (BE_WIDTH<<1),
250250
.IW (PE_ID_WIDTH),
251251
.req_t(dma_regs_req_t),
252252
.rsp_t(dma_regs_rsp_t)

0 commit comments

Comments
 (0)