summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/examples/imported1.fsm
blob: 026276418fb8ecee66a2084e28d9d3f6e7af97fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Imported first file.
Imported1
  First imported file comment.

States:
 I1S1
 I1S2

Events:
 i1e1
 i1e2

I1S1:
 i1e2 -> I1S2

I1S2:
 i1e1 -> I1S1