From bb5195c3c04a6a86146dc82ec37524ef1e20cc13 Mon Sep 17 00:00:00 2001 From: kareefardi Date: Thu, 26 Oct 2023 16:42:43 +0300 Subject: [PATCH] adjust magic regex for gds errors --- openlane/steps/magic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlane/steps/magic.py b/openlane/steps/magic.py index 382a2c197..e1846c6c3 100644 --- a/openlane/steps/magic.py +++ b/openlane/steps/magic.py @@ -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