From 0004970c9fa9cd4bff53660e6d7afda49365f1b1 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Wed, 8 Nov 2023 11:03:37 +0100 Subject: [PATCH 1/2] cluster: Align `cluster_base` ports exposing --- util/occamygen/occamy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/occamygen/occamy.py b/util/occamygen/occamy.py index 73a3e748f..3ce5134ea 100644 --- a/util/occamygen/occamy.py +++ b/util/occamygen/occamy.py @@ -56,7 +56,7 @@ def __init__(self, cfg): # Overwrite boot address with base of bootrom self.cluster.cfg["boot_addr"] = self.cfg["peripherals"]["rom"]["address"] - self.cluster.cfg['tie_ports'] = False + self.cluster.cfg['cluster_base_expose'] = True if "ro_cache_cfg" in self.cfg["s1_quadrant"]: ro_cache = self.cfg["s1_quadrant"]["ro_cache_cfg"] From 589d5880b4c8caa88571f808cd52dd0df6ef6be5 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Wed, 8 Nov 2023 11:11:31 +0100 Subject: [PATCH 2/2] deps: Bump snitch_cluster --- Bender.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bender.yml b/Bender.yml index 9a8b42b3b..6342f12fc 100644 --- a/Bender.yml +++ b/Bender.yml @@ -29,7 +29,7 @@ dependencies: cva6: { path: hw/vendor/openhwgroup_cva6 } opentitan_peripherals: { path: hw/vendor/pulp_platform_opentitan_peripherals } register_interface: { git: https://github.com/pulp-platform/register_interface.git, version: 0.3.8 } - snitch_cluster: { git: https://github.com/pulp-platform/snitch_cluster.git, rev: ae02a03d7d401ed486dac80a3a1d77e1a89c395d } + snitch_cluster: { git: https://github.com/pulp-platform/snitch_cluster.git, rev: ed0b98162fae196faff96a972f861a0aa4593227 } tech_cells_generic: { git: https://github.com/pulp-platform/tech_cells_generic.git, rev: v0.2.11 } workspace: