All pastes #403033 Raw Edit

tomp

public text v1 · immutable
#403033 ·published 2007-03-20 03:43 UTC
rendered paste body
digraph structs {
 node [shape=record];
    subgraph feedScale1 {
        button4 [shape=record,label="<l10> button4|<o10>state"];
        button6 [shape=record,label="<l20> button6|<o20>state"];

        flop1 [shape=record,label="<l30> flop1|<i30> reset|<i31> set|<o30> Scalar1"];
        mux2_1 [shape=record,label="<l40> mux2|<i40> input|<o40> ScaleValue2"];

        button4:o10 -> flop1:i30;
        button6:o20 -> flop1:i31;

        flop1:o30 -> mux2_1:i40;
    }

    subgraph feedScale1 {
        floodIsOn [shape=record,label="floodIsOn|<floodIsOn_status>status"];
        not210 [shape=record,label="not1|<not210_in> in|<not210_out> out"];

        and2_0 [shape=record,label="and2_0|<and2_0_in0> in0|<and2_0_in1> in1|<and2_0_out> and2_0.out"];
        and2_1 [shape=record,label="and2_0|<and2_1_in0> in0|<and2_1_in1> in1|<and2_1_out> and2_0.out"];
        button7 [shape=record,label="button7|<button7_val> val"];

        floodOn [shape=record,label="floodOn|<floodOn_in> in"];
        floodOff [shape=record,label="floodOff|<floodOff_in> in"];

        button7:button7_val -> and2_0:and2_0_in0;
        button7:button7_val -> and2_1:and2_1_in0;

        floodIsOn:floodIsOn_status -> and2_0:and2_0_in1;
        floodIsOn:floodIsOn_status -> not210:not210_in;

        not210:not210_out -> and2_1:and2_1_in1;

        and2_0:and2_0_out -> floodOn:floodOn_in;
        and2_1:and2_1_out -> floodOff:floodOff_in;
    }
}