|
1 | 1 | // *************************************************************************** |
2 | 2 | // *************************************************************************** |
3 | | -// Copyright (C) 2014-2024 Analog Devices, Inc. All rights reserved. |
| 3 | +// Copyright (C) 2014-2025 Analog Devices, Inc. All rights reserved. |
4 | 4 | // |
5 | 5 | // In this HDL repository, there are many different and unique modules, consisting |
6 | 6 | // of various HDL (Verilog or VHDL) components. The individual modules are |
@@ -44,7 +44,7 @@ module axi_dmac_regmap #( |
44 | 44 | parameter BYTES_PER_BURST_WIDTH = 7, |
45 | 45 | parameter DMA_TYPE_DEST = 0, |
46 | 46 | parameter DMA_TYPE_SRC = 2, |
47 | | - parameter DMA_AXI_ADDR_WIDTH = 32, |
| 47 | + parameter DMA_AXI_ADDR_WIDTH = 64, |
48 | 48 | parameter DMA_LENGTH_WIDTH = 24, |
49 | 49 | parameter DMA_LENGTH_ALIGN = 3, |
50 | 50 | parameter DMA_CYCLIC = 0, |
@@ -147,7 +147,7 @@ module axi_dmac_regmap #( |
147 | 147 | input [31:0] dbg_ids1 |
148 | 148 | ); |
149 | 149 |
|
150 | | - localparam PCORE_VERSION = 'h00040564; |
| 150 | + localparam PCORE_VERSION = 'h00040565; |
151 | 151 | localparam HAS_ADDR_HIGH = DMA_AXI_ADDR_WIDTH > 32; |
152 | 152 | localparam ADDR_LOW_MSB = HAS_ADDR_HIGH ? 31 : DMA_AXI_ADDR_WIDTH-1; |
153 | 153 |
|
|
0 commit comments