From ecdc224cce38d8a9381334923420d49811abd8ac Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Mon, 1 Feb 2021 08:48:55 +0100 Subject: [PATCH] FuseSoc: Fix version of `common_cells` --- CHANGELOG.md | 1 + axi.core | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237f569e8..dbad8cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed ### Fixed +- FuseSoC: Fix version of `common_cells` (`1.21.0`). ## 0.27.0 - 2021-02-01 diff --git a/axi.core b/axi.core index 367f9a186..9ae0a5f01 100644 --- a/axi.core +++ b/axi.core @@ -46,7 +46,7 @@ filesets: - src/axi_xbar.sv file_type : systemVerilogSource depend : - - ">=pulp-platform.org::common_cells:1.16.4" + - ">=pulp-platform.org::common_cells:1.21.0" generators: axi_intercon_gen: