summaryrefslogtreecommitdiffhomepage
path: root/tools/dfagen/examples/imported2.fsm
blob: cf76b34b0ab9e5388367c2f4ed2b1e833fa0c9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Imported second file.
Imported2
  Second imported file comment.

States:
 I2S1
 I2S2

Events:
 i2e1
 i2e2

I2S1:
 i2e2 -> I2S2

I2S2:
 i2e1 -> I2S1