Skip to content

Commit

Permalink
Adding 'logic' var type created by Verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Penney authored and jpgrayson committed Nov 10, 2024
1 parent 9ea3478 commit 288be83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcd/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class VarType(Enum):
wire = 'wire'
wor = 'wor'
string = 'string'
logic = 'logic'

def __str__(self) -> str:
return self.value
Expand Down

0 comments on commit 288be83

Please sign in to comment.