Codegen: define and propagate synth property flag

This commit is contained in:
Paolo Tranquilli
2023-05-23 15:28:53 +02:00
parent 242d263e8a
commit 165ac3eeaa
3 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class Property:
pragmas: List[str] = field(default_factory=list)
doc: Optional[str] = None
description: List[str] = field(default_factory=list)
synth: bool = False
@property
def is_single(self) -> bool: