<?xml version="1.0"?>
<net name="comparador" type="iopt-flow">
  <signal id="A" x="195" y="260" mode="input" type="boolean" min="0" max="1"/>
  <signal id="B" x="185" y="340" mode="input" type="boolean" min="0" max="1"/>
  <signal id="C" x="455" y="280" mode="output" type="boolean" dynamic="type"/>
  <operation id="op1" x="310" y="290" rot="0" shape="arrow" size="25" locked="true">
    <name text="=" off_x="-10" off_y="3"/>
    <input id="op1.A" name="A" type="boolean" dynamic="all" min="0" max="1" off_x="-25" off_y="-10"/>
    <input id="op1.B" name="B" type="boolean" dynamic="all" min="0" max="1" off_x="-25" off_y="10"/>
    <output id="op1.out" name="out" type="boolean" off_x="25" off_y="0">
      <expression>
        <text>A = B</text>
        <operand type="signal" idRef="A"/>
        <operator type="equal"/>
        <operand type="signal" idRef="B"/>
      </expression>
    </output>
  </operation>
  <arc id="a004" type="read" source="A" target="op1.A"/>
  <arc id="a005" type="read" source="B" target="op1.B"/>
  <arc id="a006" type="read" source="op1.out" target="C"/>
</net>
