Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
occamygen: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Jan 17, 2022
1 parent c2e297b commit c36a6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/occamygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def main():
# Each connects one quadrant and one HBI master to the HBM and quadrant xbars
quadrant_pre_xbars = list()
for i in range(nr_s1_quadrants):
quadrant_pre_xbar =solder.AxiXbar(
quadrant_pre_xbar = solder.AxiXbar(
48,
512,
occamy.cfg["pre_xbar_slv_id_width_no_rocache"] + (
Expand Down

0 comments on commit c36a6bb

Please sign in to comment.