Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Dec 9, 2024
1 parent baddcf6 commit 0266574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/occamygen/occamygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ def main():

for i in range(nr_s1_quadrants):
soc_narrow_xbar.add_output_symbolic_multi("s1_quadrant_{}".format(i),
[("s1_quadrant_base_addr",
[("ClusterBaseOffset",
"S1QuadrantAddressSpace"),
("s1_quadrant_cfg_base_addr",
("S1QuadrantCfgBaseOffset",
"S1QuadrantCfgAddressSpace")])
soc_narrow_xbar.add_input("s1_quadrant_{}".format(i))

Expand Down

0 comments on commit 0266574

Please sign in to comment.