From c0b47736369229679fe9283c15c059e6a5d4a3bc Mon Sep 17 00:00:00 2001 From: Andrea Belano Date: Fri, 10 May 2024 10:02:25 +0200 Subject: [PATCH 1/3] Fixed sysnthesis error --- rtl/hwpe_subsystem.sv | 5 +++-- rtl/pulp_cluster.sv | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rtl/hwpe_subsystem.sv b/rtl/hwpe_subsystem.sv index 244207b..7f952dc 100644 --- a/rtl/hwpe_subsystem.sv +++ b/rtl/hwpe_subsystem.sv @@ -60,8 +60,9 @@ module hwpe_subsystem ) periph [N_HWPES-1:0] (.clk(clk)); hci_core_intf #( - .DW ( DW ), - .AW ( AW ) + .DW ( DW ), + .AW ( AW ), + .EHW ( 0 ) ) tcdm [0:N_HWPES-1] (.clk(clk)); for (genvar i = 0; i < N_HWPES; i++) begin : gen_hwpe diff --git a/rtl/pulp_cluster.sv b/rtl/pulp_cluster.sv index 4852db9..d9aff6b 100644 --- a/rtl/pulp_cluster.sv +++ b/rtl/pulp_cluster.sv @@ -354,8 +354,9 @@ XBAR_TCDM_BUS s_mperiph_bus(); // cores & accelerators -> log interconnect hci_core_intf #( - .DW ( Cfg.HwpeNumPorts * DataWidth ), - .AW ( AddrWidth ) + .DW ( Cfg.HwpeNumPorts * DataWidth ), + .AW ( AddrWidth ), + .EHW ( 0 ) ) s_hci_hwpe [0:0] ( .clk ( clk_i ) ); From d8a23513156e17578a04ee73e5a29ca8b6835332 Mon Sep 17 00:00:00 2001 From: Andrea Belano Date: Fri, 31 May 2024 16:22:10 +0200 Subject: [PATCH 2/3] Updated Bender.lock --- Bender.lock | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Bender.lock b/Bender.lock index 332645b..453cc53 100644 --- a/Bender.lock +++ b/Bender.lock @@ -63,8 +63,8 @@ packages: dependencies: - hci common_cells: - revision: 0d67563b6b592549542544f1abc0f43e5d4ee8b4 - version: 1.35.0 + revision: 2bd027cb87eaa9bf7d17196ec5f69864b35b630f + version: 1.32.0 source: Git: https://github.com/pulp-platform/common_cells.git dependencies: @@ -178,7 +178,7 @@ packages: dependencies: - axi_slice redmule: - revision: 60ba008c339ec70b5ffa7120bec2cbf5a8f53c99 + revision: 7abb25690090c7f5548a8aa905c7bf0440d4ba6b version: null source: Git: https://github.com/pulp-platform/redmule.git @@ -225,6 +225,18 @@ packages: Git: https://github.com/pulp-platform/scm.git dependencies: - tech_cells_generic + softex: + revision: 0fe8b1349ce6f4f05aa63ce65961a87b9c133ae5 + version: null + source: + Git: https://github.com/belanoa/softex.git + dependencies: + - common_cells + - fpnew + - hci + - hwpe-ctrl + - hwpe-stream + - ibex tech_cells_generic: revision: a9cae21902e75b1434328ecf36f85327ba5717de version: 0.2.11 @@ -242,5 +254,5 @@ packages: revision: cc4068a0ccb7691cd062b809c34b2304e7fbfa36 version: null source: - Git: https://github.com/yvantor/ibex.git + Git: git@github.com:yvantor/ibex.git dependencies: [] From 3122cb39fc628afad14b615a5dee98434325a5db Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Fri, 31 May 2024 17:10:13 +0200 Subject: [PATCH 3/3] Fix zeroriscy dependency.. --- Bender.lock | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/Bender.lock b/Bender.lock index 453cc53..332645b 100644 --- a/Bender.lock +++ b/Bender.lock @@ -63,8 +63,8 @@ packages: dependencies: - hci common_cells: - revision: 2bd027cb87eaa9bf7d17196ec5f69864b35b630f - version: 1.32.0 + revision: 0d67563b6b592549542544f1abc0f43e5d4ee8b4 + version: 1.35.0 source: Git: https://github.com/pulp-platform/common_cells.git dependencies: @@ -178,7 +178,7 @@ packages: dependencies: - axi_slice redmule: - revision: 7abb25690090c7f5548a8aa905c7bf0440d4ba6b + revision: 60ba008c339ec70b5ffa7120bec2cbf5a8f53c99 version: null source: Git: https://github.com/pulp-platform/redmule.git @@ -225,18 +225,6 @@ packages: Git: https://github.com/pulp-platform/scm.git dependencies: - tech_cells_generic - softex: - revision: 0fe8b1349ce6f4f05aa63ce65961a87b9c133ae5 - version: null - source: - Git: https://github.com/belanoa/softex.git - dependencies: - - common_cells - - fpnew - - hci - - hwpe-ctrl - - hwpe-stream - - ibex tech_cells_generic: revision: a9cae21902e75b1434328ecf36f85327ba5717de version: 0.2.11 @@ -254,5 +242,5 @@ packages: revision: cc4068a0ccb7691cd062b809c34b2304e7fbfa36 version: null source: - Git: git@github.com:yvantor/ibex.git + Git: https://github.com/yvantor/ibex.git dependencies: []