ZipCPU / wb2axip

Bus bridges and other odds and ends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axi2axilite missing DW on axi_addr instances

saberhawk opened this issue · comments

The axi2axilite module is missing DW on both axi_addr instances which can cause incorrect addressing when C_AXI_DATA_WIDTH is set to 64

axi_addr #(.AW(C_AXI_ADDR_WIDTH))

Thanks!

Fixed in 69b849d.

Dan