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

States:
 I3S1
 I3S2

Events:
 i3e1
 i3e2

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

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