muu before timing
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
digraph G {
|
||||
nodesep=1
|
||||
rankdir="LR"
|
||||
SNO,SKO[shape=none]
|
||||
IDLE,P1,P2,P3[shape=circle]
|
||||
IDLE[fontsize=10]
|
||||
SNO->IDLE
|
||||
IDLE->P1
|
||||
IDLE->P1[label=SNO]
|
||||
P1->P2
|
||||
P2->P2[label="F1 = 0\nFC = 0"]
|
||||
P2->P3[label="F1 = 1\nFC = 0"]
|
||||
P2->SKO[label="FC = 1"]
|
||||
P2->IDLE[label="FC = 1\nSKO"]
|
||||
P3->P2
|
||||
}
|
||||
|
||||
@ -1,11 +1,9 @@
|
||||
digraph G {
|
||||
nodesep=1
|
||||
rankdir="LR"
|
||||
SNO,SKO[shape=none]
|
||||
IDLE,P1,P2[shape=circle]
|
||||
IDLE[fontsize=10]
|
||||
SNO->IDLE
|
||||
IDLE->P1
|
||||
IDLE->P1[label=SNO]
|
||||
P1->P2
|
||||
P2->SKO
|
||||
P2->IDLE[label=SKO]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user