summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/imported3.fsm
blob: 8115cc62e2a90be5f0b8b92296e217639351691e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Imported third file.
Imported3

States:
 I3S1
 I3S2

Events:
 i3e1
 i3e2

I3S1:
 i3e2 -> I3S2
 i2e2 -> I3S2
 re2 -> I3S2

I3S2:
 i3e1 -> I3S1
 i2e1 -> I3S1
 re1 -> I3S1