We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19f14b commit 5c1f067Copy full SHA for 5c1f067
tests/extension/fsm_/state/fsm_state.py
@@ -35,29 +35,25 @@ def mkLed():
35
36
s0.If(counter == 10)(
37
valid(0)
38
- )
39
- s0.Else(
+ ).Else(
40
valid(1)
41
)
42
43
s1.If(counter == 20)(
44
45
46
- s1.Else(
47
48
49
50
s2.If(counter == 30)(
51
52
53
- s2.Else(
54
55
56
57
s0_.If(counter == 40)(
58
59
60
- s0_.Else(
61
62
63
0 commit comments