From 5b247fd8249c3d3914f0e47f94e971838be0b4a7 Mon Sep 17 00:00:00 2001 From: Manuel Eggimann Date: Thu, 24 Jun 2021 19:07:13 +0200 Subject: [PATCH] Bump udma_core version --- Bender.yml | 2 +- CHANGELOG.md | 1 + ips_list.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Bender.yml b/Bender.yml index cb1f8fde..a4b493c5 100644 --- a/Bender.yml +++ b/Bender.yml @@ -35,7 +35,7 @@ dependencies: scm: { git: "https://github.com/pulp-platform/scm.git", version: 1.0.1} generic_FLL: { git: "https://github.com/pulp-platform/generic_FLL.git", rev: "1c92dc73a940392182fd4cb7b86f35649b349595" } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 } - udma_core: { git: "https://github.com/pulp-platform/udma_core.git", version: 1.0.2 } + udma_core: { git: "https://github.com/pulp-platform/udma_core.git", version: 1.1.0 } udma_uart: { git: "https://github.com/pulp-platform/udma_uart.git", version: 1.0.1 } udma_i2c: { git: "https://github.com/pulp-platform/udma_i2c.git", version: 1.0.0 } udma_i2s: { git: "https://github.com/pulp-platform/udma_i2s.git", version: 1.1.2 } diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f5ea8c..caa0235c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reduced latency of APB and AXI transactions - Bumped register interface IP Version to 0.3.1 - Bumped cv32e40p IP Version to pulpissimo-v3.4.0-rev3 +- Bumped udma_core IP version to 1.1.0 ### Removed - Removed APB Bus interface from repository. The identical version defined in the APB depedency is now used - Removed dependency to archived legacy axi_slice_dc diff --git a/ips_list.yml b/ips_list.yml index d9cdad09..8a8e850c 100644 --- a/ips_list.yml +++ b/ips_list.yml @@ -85,7 +85,7 @@ tech_cells_generic: commit: v0.2.3 domain: [cluster, soc] udma/udma_core: - commit: v1.0.2 + commit: v1.1.0 domain: [soc] udma/udma_uart: commit: v1.0.1