fp@617: fp@617: /* $Id$ */ fp@617: fp@616: digraph pdomapping { fp@616: size="7,9" fp@616: center=1 fp@616: ratio=fill fp@616: fp@805: next_sync [shape=point,label=""] fp@616: fp@805: start -> next_sync [label="First SM"] fp@805: next_sync -> end [label="No more SMs"] fp@805: next_sync -> zero_count [label="Next SM"] fp@805: zero_count -> next_sync [label="No Pdos"] fp@803: zero_count -> add_pdo [label="Map first Pdo", weight=5] fp@803: add_pdo -> add_pdo [label="Map next Pdo"] fp@805: add_pdo -> pdo_count [label="No more Pdos", weight=5] fp@805: pdo_count -> next_sync fp@616: }