Skip to content

Commit 0835c95

Browse files
committed
Fixed typo.
1 parent 26bd492 commit 0835c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyVHDLModel/VHDLModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ class AscendingRangeExpression(RangeExpression):
13121312

13131313
@export
13141314
class DescendingRangeExpression(RangeExpression):
1315-
_direction = Direction.To
1315+
_direction = Direction.DownTo
13161316
_FORMAT = ("", " downto ", "")
13171317

13181318

0 commit comments

Comments
 (0)