diff --git a/openlane/config/variable.py b/openlane/config/variable.py index 83f23d17c..633ee28f1 100644 --- a/openlane/config/variable.py +++ b/openlane/config/variable.py @@ -82,7 +82,7 @@ class Instance: location: Optional[Tuple[Decimal, Decimal]] orientation: Optional[Orientation] - placed: Optional[bool] + placed: bool = False @dataclass