Skip to content

Commit

Permalink
Added NullStatement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 24, 2021
1 parent 3f56602 commit a1c8a40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyVHDLModel/SyntaxModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,11 @@ class ExitStatement(LoopControlStatement):
pass


@export
class NullStatement(SequentialStatement):
pass


@export
class WaitStatement(SequentialStatement, MixinConditional):
_sensitivityList: Nullable[List[Name]]
Expand Down

0 comments on commit a1c8a40

Please sign in to comment.