Skip to content

Commit

Permalink
fix(configure): fails on ihp user submissions
Browse files Browse the repository at this point in the history
IHP submissions do not have powered netlists, so add a flag to specify that in the shuttles config.yaml file.
  • Loading branch information
urish committed Oct 21, 2024
1 parent 6fbbea4 commit a328dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, config: Config, args):
project.golden_harden()

if args.update_shuttle:
project.check_ports(True)
project.check_ports(config.powered_netlists, True)
project.check_num_cells()

self.projects.append(project)
Expand Down

0 comments on commit a328dbb

Please sign in to comment.