Skip to content

Commit

Permalink
just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Oct 22, 2024
1 parent 101c77d commit 04a5661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/steps/openroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def run(self, state_in, **kwargs) -> Tuple[ViewsUpdate, MetricsUpdate]:
kwargs, env = self.extract_env(kwargs)
env = self.prepare_env(env, state_in)

corners: List[str] = self.config["PNR_CORNERS"]
corners: List[str] = self.config["PNR_CORNERS"] or self.config["STA_CORNERS"]

if "corners" in kwargs:
corners = kwargs.pop("corners")
Expand Down

0 comments on commit 04a5661

Please sign in to comment.