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

States:
 I2S1
 I2S2

Events:
 i2e1
 i2e2

I2S1:
 i2e2 -> I2S2

I2S2:
 i2e1 -> I2S1