Skip to content

Commit

Permalink
cluster: Align cluster_base ports exposing
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 8, 2023
1 parent 0743f4e commit e7b8106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/occamygen/occamy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e7b8106

Please sign in to comment.