Skip to content

Commit

Permalink
adjust magic regex for gds errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Oct 26, 2023
1 parent e0ed815 commit bb5195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/steps/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def run(self, state_in: State, **kwargs) -> Tuple[ViewsUpdate, MetricsUpdate]:
error_patterns = [
r"DEF read.*\(Error\).*",
r"LEF read.*\(Error\).*",
r"Error while reading cell.*",
r"Error while reading cell(?!.*Warning:).*",
]

error_found = False
Expand Down

0 comments on commit bb5195c

Please sign in to comment.