Skip to content

Commit

Permalink
Make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Oct 22, 2024
1 parent b3ac3dd commit 101c77d
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 @@ -174,7 +174,7 @@ class OpenROADStep(TclStep):
config_vars = [
Variable(
"PNR_CORNERS",
List[str],
Optional[List[str]],
"A list of fully-qualified IPVT corners to use. Can be overriden by some steps",
pdk=True,
),
Expand Down

0 comments on commit 101c77d

Please sign in to comment.