Skip to content

Commit 5fc9307

Browse files
committed
bugfix of FSM in set_constant
1 parent 3a71c65 commit 5fc9307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

veriloggen/thread/stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def set_source_empty(self, fsm, name, value=0):
533533
)
534534

535535
if var.has_source_empty:
536+
fsm.goto_next()
536537
return
537538

538539
source_start = vtypes.Ands(self.start,

0 commit comments

Comments
 (0)