Skip to content

Commit 6ad5695

Browse files
Vyaethommythomaso
authored andcommitted
dma_core_wrap: Remove param DmaAddrWidth
1 parent 4d00242 commit 6ad5695

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## 0.3.1 - 2022-10.28
9+
10+
### Fixed
11+
- `dma_core_wrap`: Remove parameter `DmaAddrWidth` in `idma_reg64_frontend`. [#16](https://github.com/pulp-platform/iDMA/pull/16).
12+
813
## 0.3.0 - 2022-10.28
914

1015
### Fixed
@@ -25,10 +30,10 @@ versions.
2530
- `axi` from `v0.35.1` to `v0.37.0`
2631
- `common_cells` from `1.21.0` to `1.26.0`
2732
- `common_verification` from `0.2.0` to `0.2.2`
28-
- Replace local modules with their upstream versions: #11, #12
33+
- Replace local modules with their upstream versions: [#11](https://github.com/pulp-platform/iDMA/pull/11)., [#12](https://github.com/pulp-platform/iDMA/pull/12).
2934

3035
### Fixed
31-
- Fix the `Aw`-handshaking in the `channel-coupler` module. #10
36+
- Fix the `Aw`-handshaking in the `channel-coupler` module. [#10](https://github.com/pulp-platform/iDMA/pull/10).
3237
- Fix missing python modules in GitHub CI.
3338
- Fix wrong date format as well as missing indentation in `CHANGELOG.md`.
3439

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

src/systems/cva6_reg/dma_core_wrap.sv

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ module dma_core_wrap #(
8888
* DMA Frontend
8989
*/
9090
idma_reg64_frontend #(
91-
.DmaAddrWidth ( AXI_ADDR_WIDTH ),
9291
.dma_regs_req_t ( dma_regs_req_t ),
9392
.dma_regs_rsp_t ( dma_regs_rsp_t ),
9493
.burst_req_t ( idma_req_t )

0 commit comments

Comments
 (0)