diff --git a/vcd/common.py b/vcd/common.py index 050022f..8fd7ec7 100644 --- a/vcd/common.py +++ b/vcd/common.py @@ -34,6 +34,7 @@ class VarType(Enum): wire = 'wire' wor = 'wor' string = 'string' + logic = 'logic' def __str__(self) -> str: return self.value