Skip to content

Commit 6be5e8f

Browse files
committed
dump length of dataflow_sort is changed.
1 parent 65e3793 commit 6be5e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dataflow_sort/dataflow_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def mkTest(numports=4):
103103

104104
fsm.goto_next()
105105

106-
for i in range(numports, 2):
106+
for i in range(numports * 2):
107107
for d in dout:
108108
fsm.add( Systask('display', '%s = %d', d.name, d))
109109
fsm.add( Systask('display', '----') )

0 commit comments

Comments
 (0)