头歌-计时器设计与应用-24小时计时器(LOGISIM)

第三关:(纯代码,复制粘贴即可)

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project source="2.7.15" version="1.0">
  This file is intended to be loaded by Logisim (http://www.cburch.com/logisim/).

  <lib desc="#Wiring" name="0">
    <tool name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </tool>
    <tool name="Pin">
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Probe">
      <a name="facing" val="south"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Tunnel">
      <a name="label" val="tn"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Clock">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
  </lib>
  <lib desc="#Gates" name="1">
    <tool name="NOT Gate">
      <a name="size" val="20"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Buffer">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="OR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="NAND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="NOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="XOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </tool>
    <tool name="XNOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </tool>
    <tool name="Odd Parity">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Even Parity">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Controlled Buffer">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Controlled Inverter">
      <a name="size" val="20"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
  </lib>
  <lib desc="#Plexers" name="2">
    <tool name="Multiplexer">
      <a name="enable" val="false"/>
    </tool>
    <tool name="Demultiplexer">
      <a name="enable" val="false"/>
    </tool>
    <tool name="Decoder">
      <a name="enable" val="false"/>
    </tool>
  </lib>
  <lib desc="#Arithmetic" name="3"/>
  <lib desc="#Memory" name="4">
    <tool name="D Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="T Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="J-K Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="S-R Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Register">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Counter">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Shift Register">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="Random">
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="ROM">
      <a name="contents">addr/data: 8 8
0
</a>
    </tool>
  </lib>
  <lib desc="#I/O" name="5">
    <tool name="Button">
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="LED">
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool name="7-Segment Display">
      <a name="bg" val="#ffffff"/>
    </tool>
    <tool name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </tool>
  </lib>
  <lib desc="#Base" name="6">
    <tool name="Text Tool">
      <a name="text" val=""/>
      <a name="font" val="Dialog plain 12"/>
      <a name="halign" val="center"/>
      <a name="valign" val="base"/>
    </tool>
  </lib>
  <main name="计时器"/>
  <options>
    <a name="gateUndefined" val="ignore"/>
    <a name="simlimit" val="1000"/>
    <a name="simrand" val="0"/>
  </options>
  <mappings>
    <tool lib="6" map="Button2" name="Poke Tool"/>
    <tool lib="6" map="Button3" name="Menu Tool"/>
    <tool lib="6" map="Ctrl Button1" name="Menu Tool"/>
  </mappings>
  <toolbar>
    <tool lib="6" name="Poke Tool"/>
    <tool lib="6" name="Edit Tool"/>
    <sep/>
    <tool lib="6" name="Text Tool">
      <a name="text" val=""/>
      <a name="font" val="Dialog plain 12"/>
      <a name="halign" val="center"/>
      <a name="valign" val="base"/>
    </tool>
    <tool lib="0" name="Pin">
      <a name="tristate" val="false"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool lib="0" name="Pin">
      <a name="facing" val="west"/>
      <a name="output" val="true"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool lib="1" name="NOT Gate">
      <a name="size" val="20"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool lib="1" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
    <tool lib="1" name="OR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </tool>
  </toolbar>
  <circuit name="4位递增计数器">
    <a name="circuit" val="4位递增计数器"/>
    <a name="clabel" val="16"/>
    <a name="clabelup" val="north"/>
    <a name="clabelfont" val="Dialog plain 10"/>
    <appear>
      <rect fill="#ffffff" fill-opacity="0.000" height="60" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="50" y="50"/>
      <polyline fill="none" points="51,95 60,100 51,105" stroke="#000000"/>
      <circ-port height="8" pin="150,30" width="8" x="46" y="96"/>
      <circ-port height="8" pin="150,90" width="8" x="46" y="56"/>
      <circ-port height="8" pin="150,120" width="8" x="66" y="106"/>
      <circ-port height="10" pin="560,50" width="10" x="85" y="55"/>
      <circ-port height="8" pin="320,50" width="8" x="46" y="76"/>
      <circ-port height="8" pin="150,60" width="8" x="66" y="46"/>
      <circ-anchor facing="east" height="6" width="6" x="67" y="77"/>
    </appear>
    <wire from="(690,90)" to="(690,100)"/>
    <wire from="(90,360)" to="(150,360)"/>
    <wire from="(710,550)" to="(760,550)"/>
    <wire from="(190,460)" to="(250,460)"/>
    <wire from="(190,580)" to="(250,580)"/>
    <wire from="(790,260)" to="(850,260)"/>
    <wire from="(710,210)" to="(710,340)"/>
    <wire from="(790,380)" to="(850,380)"/>
    <wire from="(790,580)" to="(850,580)"/>
    <wire from="(370,470)" to="(490,470)"/>
    <wire from="(250,490)" to="(250,500)"/>
    <wire from="(250,570)" to="(250,580)"/>
    <wire from="(820,140)" to="(820,170)"/>
    <wire from="(150,200)" to="(710,200)"/>
    <wire from="(800,340)" to="(1160,340)"/>
    <wire from="(410,10)" to="(650,10)"/>
    <wire from="(620,580)" to="(620,610)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(150,90)" to="(180,90)"/>
    <wire from="(620,380)" to="(620,420)"/>
    <wire from="(540,50)" to="(560,50)"/>
    <wire from="(710,340)" to="(710,450)"/>
    <wire from="(340,80)" to="(370,80)"/>
    <wire from="(460,610)" to="(620,610)"/>
    <wire from="(460,490)" to="(620,490)"/>
    <wire from="(170,410)" to="(320,410)"/>
    <wire from="(340,50)" to="(360,50)"/>
    <wire from="(540,80)" to="(570,80)"/>
    <wire from="(340,380)" to="(490,380)"/>
    <wire from="(350,400)" to="(490,400)"/>
    <wire from="(1160,420)" to="(1190,420)"/>
    <wire from="(1160,540)" to="(1190,540)"/>
    <wire from="(1090,300)" to="(1180,300)"/>
    <wire from="(90,300)" to="(610,300)"/>
    <wire from="(1110,550)" to="(1110,590)"/>
    <wire from="(20,140)" to="(410,140)"/>
    <wire from="(850,580)" to="(850,820)"/>
    <wire from="(750,470)" to="(760,470)"/>
    <wire from="(640,560)" to="(650,560)"/>
    <wire from="(460,490)" to="(460,610)"/>
    <wire from="(710,200)" to="(710,210)"/>
    <wire from="(640,230)" to="(760,230)"/>
    <wire from="(460,420)" to="(460,490)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(530,220)" to="(530,230)"/>
    <wire from="(800,550)" to="(1110,550)"/>
    <wire from="(790,480)" to="(790,490)"/>
    <wire from="(1090,210)" to="(1090,300)"/>
    <wire from="(820,10)" to="(820,140)"/>
    <wire from="(930,180)" to="(930,210)"/>
    <wire from="(250,500)" to="(250,520)"/>
    <wire from="(540,460)" to="(540,550)"/>
    <wire from="(420,190)" to="(850,190)"/>
    <wire from="(140,370)" to="(140,520)"/>
    <wire from="(410,140)" to="(650,140)"/>
    <wire from="(190,520)" to="(190,540)"/>
    <wire from="(1110,590)" to="(1110,660)"/>
    <wire from="(850,490)" to="(850,580)"/>
    <wire from="(420,190)" to="(420,220)"/>
    <wire from="(790,240)" to="(790,260)"/>
    <wire from="(170,410)" to="(170,500)"/>
    <wire from="(650,570)" to="(760,570)"/>
    <wire from="(250,500)" to="(350,500)"/>
    <wire from="(1160,410)" to="(1160,420)"/>
    <wire from="(180,310)" to="(470,310)"/>
    <wire from="(150,60)" to="(180,60)"/>
    <wire from="(460,420)" to="(620,420)"/>
    <wire from="(1160,450)" to="(1160,510)"/>
    <wire from="(930,210)" to="(1090,210)"/>
    <wire from="(180,420)" to="(200,420)"/>
    <wire from="(490,180)" to="(490,220)"/>
    <wire from="(230,430)" to="(250,430)"/>
    <wire from="(230,550)" to="(250,550)"/>
    <wire from="(150,220)" to="(420,220)"/>
    <wire from="(460,610)" to="(460,790)"/>
    <wire from="(130,580)" to="(140,580)"/>
    <wire from="(190,480)" to="(200,480)"/>
    <wire from="(190,600)" to="(200,600)"/>
    <wire from="(140,530)" to="(600,530)"/>
    <wire from="(90,300)" to="(90,360)"/>
    <wire from="(530,460)" to="(540,460)"/>
    <wire from="(600,570)" to="(610,570)"/>
    <wire from="(600,450)" to="(610,450)"/>
    <wire from="(170,590)" to="(360,590)"/>
    <wire from="(470,240)" to="(470,310)"/>
    <wire from="(640,360)" to="(760,360)"/>
    <wire from="(480,50)" to="(540,50)"/>
    <wire from="(600,340)" to="(600,350)"/>
    <wire from="(620,480)" to="(620,490)"/>
    <wire from="(410,10)" to="(410,140)"/>
    <wire from="(710,210)" to="(760,210)"/>
    <wire from="(710,450)" to="(760,450)"/>
    <wire from="(790,370)" to="(790,380)"/>
    <wire from="(190,520)" to="(250,520)"/>
    <wire from="(340,380)" to="(340,510)"/>
    <wire from="(340,510)" to="(1160,510)"/>
    <wire from="(650,10)" to="(650,140)"/>
    <wire from="(250,570)" to="(370,570)"/>
    <wire from="(160,510)" to="(340,510)"/>
    <wire from="(490,180)" to="(930,180)"/>
    <wire from="(600,570)" to="(600,640)"/>
    <wire from="(250,550)" to="(250,570)"/>
    <wire from="(250,350)" to="(490,350)"/>
    <wire from="(360,590)" to="(1110,590)"/>
    <wire from="(320,330)" to="(320,410)"/>
    <wire from="(460,240)" to="(460,270)"/>
    <wire from="(170,590)" to="(170,620)"/>
    <wire from="(70,180)" to="(490,180)"/>
    <wire from="(250,430)" to="(250,460)"/>
    <wire from="(650,10)" to="(820,10)"/>
    <wire from="(150,30)" to="(180,30)"/>
    <wire from="(20,170)" to="(820,170)"/>
    <wire from="(150,310)" to="(180,310)"/>
    <wire from="(350,400)" to="(350,500)"/>
    <wire from="(850,380)" to="(850,490)"/>
    <wire from="(480,80)" to="(510,80)"/>
    <wire from="(280,80)" to="(310,80)"/>
    <wire from="(150,360)" to="(150,460)"/>
    <wire from="(460,270)" to="(620,270)"/>
    <wire from="(320,50)" to="(340,50)"/>
    <wire from="(130,640)" to="(600,640)"/>
    <wire from="(140,370)" to="(610,370)"/>
    <wire from="(470,240)" to="(490,240)"/>
    <wire from="(180,310)" to="(180,420)"/>
    <wire from="(130,460)" to="(150,460)"/>
    <wire from="(530,340)" to="(600,340)"/>
    <wire from="(540,550)" to="(610,550)"/>
    <wire from="(850,260)" to="(850,380)"/>
    <wire from="(1110,660)" to="(1200,660)"/>
    <wire from="(650,560)" to="(650,570)"/>
    <wire from="(750,460)" to="(750,470)"/>
    <wire from="(710,550)" to="(710,750)"/>
    <wire from="(710,340)" to="(760,340)"/>
    <wire from="(70,180)" to="(70,440)"/>
    <wire from="(150,240)" to="(460,240)"/>
    <wire from="(790,490)" to="(850,490)"/>
    <wire from="(360,450)" to="(360,590)"/>
    <wire from="(850,190)" to="(850,260)"/>
    <wire from="(1160,510)" to="(1160,540)"/>
    <wire from="(460,270)" to="(460,420)"/>
    <wire from="(250,350)" to="(250,430)"/>
    <wire from="(320,330)" to="(490,330)"/>
    <wire from="(800,450)" to="(1160,450)"/>
    <wire from="(540,50)" to="(540,80)"/>
    <wire from="(190,460)" to="(190,480)"/>
    <wire from="(1160,340)" to="(1160,410)"/>
    <wire from="(190,580)" to="(190,600)"/>
    <wire from="(160,560)" to="(200,560)"/>
    <wire from="(340,50)" to="(340,80)"/>
    <wire from="(640,460)" to="(750,460)"/>
    <wire from="(620,250)" to="(620,270)"/>
    <wire from="(650,140)" to="(820,140)"/>
    <wire from="(150,120)" to="(180,120)"/>
    <wire from="(170,500)" to="(200,500)"/>
    <wire from="(170,620)" to="(200,620)"/>
    <wire from="(370,470)" to="(370,570)"/>
    <wire from="(510,80)" to="(540,80)"/>
    <wire from="(310,80)" to="(340,80)"/>
    <wire from="(710,450)" to="(710,550)"/>
    <wire from="(230,490)" to="(250,490)"/>
    <wire from="(160,510)" to="(160,560)"/>
    <wire from="(140,530)" to="(140,580)"/>
    <wire from="(800,210)" to="(930,210)"/>
    <wire from="(530,390)" to="(600,390)"/>
    <wire from="(130,520)" to="(140,520)"/>
    <wire from="(610,240)" to="(610,300)"/>
    <wire from="(190,540)" to="(200,540)"/>
    <wire from="(600,390)" to="(600,450)"/>
    <wire from="(600,470)" to="(600,530)"/>
    <wire from="(530,220)" to="(610,220)"/>
    <wire from="(20,10)" to="(410,10)"/>
    <wire from="(360,450)" to="(490,450)"/>
    <wire from="(320,410)" to="(1160,410)"/>
    <wire from="(70,440)" to="(200,440)"/>
    <wire from="(600,350)" to="(610,350)"/>
    <wire from="(600,470)" to="(610,470)"/>
    <comp lib="0" loc="(310,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="0"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="4" loc="(800,340)" name="D Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(230,610)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(540,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="0"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="4" loc="(800,210)" name="D Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="2" loc="(640,230)" name="Multiplexer">
      <a name="enable" val="false"/>
    </comp>
    <comp lib="0" loc="(1180,300)" name="Tunnel">
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(1200,660)" name="Tunnel">
      <a name="label" val="Q3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,200)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="4" loc="(800,450)" name="D Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(280,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="0"/>
    </comp>
    <comp lib="0" loc="(1190,540)" name="Tunnel">
      <a name="label" val="Q2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(530,340)" name="XOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </comp>
    <comp lib="0" loc="(370,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(530,460)" name="XOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </comp>
    <comp lib="0" loc="(280,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="D3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="0"/>
    </comp>
    <comp lib="1" loc="(230,430)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="2" loc="(640,560)" name="Multiplexer">
      <a name="enable" val="false"/>
    </comp>
    <comp lib="0" loc="(150,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="4" loc="(800,550)" name="D Flip-Flop">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(530,230)" name="XOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </comp>
    <comp lib="0" loc="(1190,420)" name="Tunnel">
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(230,550)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(130,640)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="D3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(690,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(370,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="0" loc="(570,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="2" loc="(640,360)" name="Multiplexer">
      <a name="enable" val="false"/>
    </comp>
    <comp lib="0" loc="(150,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(540,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(530,390)" name="XOR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
      <a name="xor" val="odd"/>
    </comp>
    <comp lib="0" loc="(570,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="6" loc="(209,158)" name="Text">
      <a name="text" val="4位二进制(十六进制)同步置数、异步清零功能的同步递增计数器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(690,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(150,310)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Q3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(130,460)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(684,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(130,580)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="D2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(595,32)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="D2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(320,50)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="2" loc="(640,460)" name="Multiplexer">
      <a name="enable" val="false"/>
    </comp>
    <comp lib="6" loc="(56,32)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(510,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="none"/>
      <a name="bit2" val="0"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="0" loc="(360,50)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,50)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(340,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(560,50)" name="Pin">
      <a name="facing" val="west"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelloc" val="east"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,240)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,220)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(230,490)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(510,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Q2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(340,80)" name="Splitter">
      <a name="facing" val="south"/>
      <a name="fanout" val="1"/>
      <a name="incoming" val="4"/>
      <a name="appear" val="center"/>
      <a name="bit0" val="none"/>
      <a name="bit1" val="0"/>
      <a name="bit2" val="none"/>
      <a name="bit3" val="none"/>
    </comp>
    <comp lib="6" loc="(770,32)" name="Text">
      <a name="text" val="监控区"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(130,520)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
  <circuit name="六进制计数器">
    <a name="circuit" val="六进制计数器"/>
    <a name="clabel" val="6"/>
    <a name="clabelup" val="north"/>
    <a name="clabelfont" val="Dialog plain 10"/>
    <appear>
      <rect fill="#ffffff" fill-opacity="0.000" height="60" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="51" y="55"/>
      <polyline fill="none" points="51,95 60,100 51,105" stroke="#000000"/>
      <circ-port height="8" pin="150,30" width="8" x="46" y="96"/>
      <circ-port height="8" pin="310,50" width="8" x="46" y="76"/>
      <circ-port height="8" pin="150,60" width="8" x="66" y="46"/>
      <circ-port height="8" pin="150,90" width="8" x="46" y="56"/>
      <circ-port height="8" pin="150,120" width="8" x="66" y="106"/>
      <circ-port height="10" pin="430,80" width="10" x="85" y="55"/>
      <circ-port height="10" pin="480,80" width="10" x="85" y="95"/>
      <circ-anchor facing="east" height="6" width="6" x="67" y="77"/>
    </appear>
    <wire from="(570,90)" to="(570,100)"/>
    <wire from="(500,310)" to="(560,310)"/>
    <wire from="(390,10)" to="(390,140)"/>
    <wire from="(690,10)" to="(690,140)"/>
    <wire from="(20,10)" to="(390,10)"/>
    <wire from="(250,330)" to="(560,330)"/>
    <wire from="(250,290)" to="(560,290)"/>
    <wire from="(790,230)" to="(790,260)"/>
    <wire from="(480,80)" to="(480,100)"/>
    <wire from="(910,260)" to="(950,260)"/>
    <wire from="(780,270)" to="(780,490)"/>
    <wire from="(710,430)" to="(950,430)"/>
    <wire from="(580,260)" to="(580,280)"/>
    <wire from="(520,140)" to="(690,140)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(150,90)" to="(180,90)"/>
    <wire from="(150,30)" to="(180,30)"/>
    <wire from="(890,480)" to="(910,480)"/>
    <wire from="(910,280)" to="(930,280)"/>
    <wire from="(810,230)" to="(810,270)"/>
    <wire from="(820,240)" to="(820,280)"/>
    <wire from="(830,250)" to="(830,290)"/>
    <wire from="(770,260)" to="(790,260)"/>
    <wire from="(770,280)" to="(790,280)"/>
    <wire from="(450,420)" to="(470,420)"/>
    <wire from="(790,220)" to="(950,220)"/>
    <wire from="(910,270)" to="(940,270)"/>
    <wire from="(790,410)" to="(790,470)"/>
    <wire from="(250,260)" to="(580,260)"/>
    <wire from="(810,230)" to="(940,230)"/>
    <wire from="(890,150)" to="(1020,150)"/>
    <wire from="(1000,490)" to="(1070,490)"/>
    <wire from="(710,230)" to="(790,230)"/>
    <wire from="(390,10)" to="(520,10)"/>
    <wire from="(910,290)" to="(920,290)"/>
    <wire from="(600,290)" to="(740,290)"/>
    <wire from="(740,300)" to="(750,300)"/>
    <wire from="(770,270)" to="(780,270)"/>
    <wire from="(450,420)" to="(450,540)"/>
    <wire from="(740,290)" to="(740,300)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(250,370)" to="(500,370)"/>
    <wire from="(710,230)" to="(710,430)"/>
    <wire from="(520,10)" to="(520,140)"/>
    <wire from="(790,220)" to="(790,230)"/>
    <wire from="(890,140)" to="(890,150)"/>
    <wire from="(1000,420)" to="(1000,490)"/>
    <wire from="(20,140)" to="(390,140)"/>
    <wire from="(580,340)" to="(580,410)"/>
    <wire from="(790,280)" to="(790,410)"/>
    <wire from="(770,290)" to="(830,290)"/>
    <wire from="(520,10)" to="(690,10)"/>
    <wire from="(430,80)" to="(430,100)"/>
    <wire from="(690,140)" to="(690,170)"/>
    <wire from="(1020,150)" to="(1020,300)"/>
    <wire from="(310,50)" to="(350,50)"/>
    <wire from="(820,240)" to="(930,240)"/>
    <wire from="(150,60)" to="(180,60)"/>
    <wire from="(150,120)" to="(180,120)"/>
    <wire from="(250,400)" to="(470,400)"/>
    <wire from="(20,170)" to="(690,170)"/>
    <wire from="(980,420)" to="(1000,420)"/>
    <wire from="(950,220)" to="(950,260)"/>
    <wire from="(940,230)" to="(940,270)"/>
    <wire from="(930,240)" to="(930,280)"/>
    <wire from="(920,250)" to="(920,290)"/>
    <wire from="(780,270)" to="(810,270)"/>
    <wire from="(830,250)" to="(920,250)"/>
    <wire from="(790,410)" to="(950,410)"/>
    <wire from="(790,280)" to="(820,280)"/>
    <wire from="(910,480)" to="(910,540)"/>
    <wire from="(450,540)" to="(910,540)"/>
    <wire from="(890,300)" to="(1020,300)"/>
    <wire from="(790,470)" to="(860,470)"/>
    <wire from="(500,410)" to="(580,410)"/>
    <wire from="(390,140)" to="(520,140)"/>
    <wire from="(500,310)" to="(500,370)"/>
    <wire from="(780,490)" to="(860,490)"/>
    <comp lib="1" loc="(500,410)" name="OR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(430,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="label" val="Co"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,370)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(56,32)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,260)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(554,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(890,480)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(640,32)" name="Text">
      <a name="text" val="监控区"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(890,300)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(1070,490)" name="Tunnel">
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,400)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(980,420)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(430,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(570,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,330)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(465,32)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(350,50)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,50)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(890,140)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(71,159)" name="Text">
      <a name="text" val="六进制计数器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(750,300)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(250,290)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(580,310)" name="4位递增计数器"/>
    <comp lib="5" loc="(570,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(180,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
  <circuit name="十进制计数器">
    <a name="circuit" val="十进制计数器"/>
    <a name="clabel" val="10"/>
    <a name="clabelup" val="north"/>
    <a name="clabelfont" val="Dialog plain 10"/>
    <appear>
      <rect fill="#ffffff" fill-opacity="0.000" height="60" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="50" y="50"/>
      <polyline fill="none" points="51,95 60,100 51,105" stroke="#000000"/>
      <circ-port height="8" pin="150,30" width="8" x="46" y="96"/>
      <circ-port height="8" pin="150,90" width="8" x="46" y="56"/>
      <circ-port height="8" pin="150,120" width="8" x="66" y="106"/>
      <circ-port height="10" pin="430,80" width="10" x="85" y="55"/>
      <circ-port height="10" pin="480,80" width="10" x="85" y="95"/>
      <circ-port height="8" pin="150,60" width="8" x="66" y="46"/>
      <circ-port height="8" pin="310,50" width="8" x="46" y="76"/>
      <circ-anchor facing="east" height="6" width="6" x="67" y="77"/>
    </appear>
    <wire from="(410,340)" to="(410,410)"/>
    <wire from="(570,90)" to="(570,100)"/>
    <wire from="(710,450)" to="(760,450)"/>
    <wire from="(390,10)" to="(390,140)"/>
    <wire from="(690,10)" to="(690,140)"/>
    <wire from="(20,10)" to="(390,10)"/>
    <wire from="(710,300)" to="(750,300)"/>
    <wire from="(480,80)" to="(480,100)"/>
    <wire from="(690,220)" to="(800,220)"/>
    <wire from="(910,400)" to="(1020,400)"/>
    <wire from="(710,410)" to="(880,410)"/>
    <wire from="(520,140)" to="(690,140)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(150,90)" to="(180,90)"/>
    <wire from="(150,30)" to="(180,30)"/>
    <wire from="(790,460)" to="(810,460)"/>
    <wire from="(900,290)" to="(920,290)"/>
    <wire from="(710,410)" to="(710,450)"/>
    <wire from="(250,260)" to="(410,260)"/>
    <wire from="(710,300)" to="(710,410)"/>
    <wire from="(690,280)" to="(710,280)"/>
    <wire from="(690,300)" to="(710,300)"/>
    <wire from="(800,220)" to="(800,390)"/>
    <wire from="(800,220)" to="(950,220)"/>
    <wire from="(740,470)" to="(760,470)"/>
    <wire from="(710,230)" to="(740,230)"/>
    <wire from="(1020,510)" to="(1110,510)"/>
    <wire from="(900,280)" to="(930,280)"/>
    <wire from="(320,420)" to="(330,420)"/>
    <wire from="(1020,190)" to="(1020,310)"/>
    <wire from="(710,230)" to="(710,280)"/>
    <wire from="(750,250)" to="(750,300)"/>
    <wire from="(880,310)" to="(1020,310)"/>
    <wire from="(880,190)" to="(1020,190)"/>
    <wire from="(390,10)" to="(520,10)"/>
    <wire from="(900,300)" to="(910,300)"/>
    <wire from="(740,230)" to="(740,470)"/>
    <wire from="(930,230)" to="(930,280)"/>
    <wire from="(920,240)" to="(920,290)"/>
    <wire from="(320,310)" to="(390,310)"/>
    <wire from="(910,250)" to="(910,300)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(900,270)" to="(950,270)"/>
    <wire from="(520,10)" to="(520,140)"/>
    <wire from="(730,240)" to="(920,240)"/>
    <wire from="(740,230)" to="(930,230)"/>
    <wire from="(360,410)" to="(410,410)"/>
    <wire from="(20,140)" to="(390,140)"/>
    <wire from="(520,10)" to="(690,10)"/>
    <wire from="(500,310)" to="(670,310)"/>
    <wire from="(430,80)" to="(430,100)"/>
    <wire from="(410,260)" to="(410,280)"/>
    <wire from="(690,290)" to="(730,290)"/>
    <wire from="(320,520)" to="(810,520)"/>
    <wire from="(500,290)" to="(500,310)"/>
    <wire from="(690,140)" to="(690,170)"/>
    <wire from="(880,170)" to="(880,190)"/>
    <wire from="(310,50)" to="(350,50)"/>
    <wire from="(150,120)" to="(180,120)"/>
    <wire from="(150,60)" to="(180,60)"/>
    <wire from="(320,420)" to="(320,520)"/>
    <wire from="(1020,400)" to="(1020,510)"/>
    <wire from="(20,170)" to="(690,170)"/>
    <wire from="(750,250)" to="(910,250)"/>
    <wire from="(810,460)" to="(810,520)"/>
    <wire from="(250,330)" to="(390,330)"/>
    <wire from="(250,400)" to="(330,400)"/>
    <wire from="(250,290)" to="(390,290)"/>
    <wire from="(390,140)" to="(520,140)"/>
    <wire from="(320,310)" to="(320,370)"/>
    <wire from="(690,220)" to="(690,270)"/>
    <wire from="(250,370)" to="(320,370)"/>
    <wire from="(730,240)" to="(730,290)"/>
    <wire from="(430,290)" to="(500,290)"/>
    <wire from="(950,220)" to="(950,270)"/>
    <wire from="(800,390)" to="(880,390)"/>
    <comp lib="0" loc="(570,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(570,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(250,400)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(71,159)" name="Text">
      <a name="text" val="十进制计数器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(640,32)" name="Text">
      <a name="text" val="监控区"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(430,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(670,310)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(250,370)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(910,400)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(1110,510)" name="Tunnel">
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,50)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(350,50)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(410,310)" name="4位递增计数器">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(465,32)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(56,32)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,260)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(880,170)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,290)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(790,460)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(360,410)" name="OR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(250,330)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(554,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(880,310)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(430,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="label" val="Co"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
  <circuit name="六十进制计数器">
    <a name="circuit" val="六十进制计数器"/>
    <a name="clabel" val="60"/>
    <a name="clabelup" val="north"/>
    <a name="clabelfont" val="Dialog plain 12"/>
    <appear>
      <rect fill="#ffffff" fill-opacity="0.000" height="60" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="50" y="50"/>
      <polyline fill="none" points="51,95 60,100 51,105" stroke="#000000"/>
      <circ-port height="10" pin="380,80" width="10" x="85" y="55"/>
      <circ-port height="10" pin="420,80" width="10" x="85" y="75"/>
      <circ-port height="10" pin="470,80" width="10" x="85" y="95"/>
      <circ-port height="8" pin="140,30" width="8" x="46" y="96"/>
      <circ-port height="8" pin="290,50" width="8" x="56" y="46"/>
      <circ-port height="8" pin="140,60" width="8" x="46" y="56"/>
      <circ-port height="8" pin="140,90" width="8" x="46" y="76"/>
      <circ-port height="8" pin="140,120" width="8" x="66" y="106"/>
      <circ-port height="8" pin="290,90" width="8" x="76" y="46"/>
      <circ-anchor facing="east" height="6" width="6" x="67" y="77"/>
    </appear>
    <wire from="(530,90)" to="(530,100)"/>
    <wire from="(550,260)" to="(550,590)"/>
    <wire from="(500,140)" to="(690,140)"/>
    <wire from="(350,10)" to="(350,140)"/>
    <wire from="(210,290)" to="(260,290)"/>
    <wire from="(620,390)" to="(660,390)"/>
    <wire from="(330,320)" to="(440,320)"/>
    <wire from="(660,210)" to="(770,210)"/>
    <wire from="(210,290)" to="(210,320)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(140,120)" to="(170,120)"/>
    <wire from="(460,440)" to="(490,440)"/>
    <wire from="(750,260)" to="(770,260)"/>
    <wire from="(650,320)" to="(810,320)"/>
    <wire from="(210,320)" to="(230,320)"/>
    <wire from="(830,310)" to="(830,370)"/>
    <wire from="(630,310)" to="(830,310)"/>
    <wire from="(630,310)" to="(630,370)"/>
    <wire from="(770,210)" to="(770,260)"/>
    <wire from="(230,440)" to="(420,440)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(670,340)" to="(790,340)"/>
    <wire from="(500,10)" to="(500,140)"/>
    <wire from="(490,440)" to="(490,570)"/>
    <wire from="(370,460)" to="(420,460)"/>
    <wire from="(370,460)" to="(370,480)"/>
    <wire from="(440,410)" to="(440,430)"/>
    <wire from="(470,80)" to="(470,100)"/>
    <wire from="(750,250)" to="(790,250)"/>
    <wire from="(690,140)" to="(690,170)"/>
    <wire from="(640,190)" to="(810,190)"/>
    <wire from="(140,90)" to="(170,90)"/>
    <wire from="(290,50)" to="(310,50)"/>
    <wire from="(290,90)" to="(310,90)"/>
    <wire from="(180,590)" to="(330,590)"/>
    <wire from="(400,480)" to="(420,480)"/>
    <wire from="(740,460)" to="(900,460)"/>
    <wire from="(620,250)" to="(650,250)"/>
    <wire from="(290,260)" to="(290,300)"/>
    <wire from="(800,330)" to="(800,390)"/>
    <wire from="(460,480)" to="(600,480)"/>
    <wire from="(180,450)" to="(310,450)"/>
    <wire from="(790,200)" to="(790,250)"/>
    <wire from="(400,360)" to="(400,480)"/>
    <wire from="(370,410)" to="(440,410)"/>
    <wire from="(370,250)" to="(440,250)"/>
    <wire from="(620,230)" to="(630,230)"/>
    <wire from="(180,480)" to="(370,480)"/>
    <wire from="(760,380)" to="(810,380)"/>
    <wire from="(620,400)" to="(670,400)"/>
    <wire from="(690,10)" to="(690,140)"/>
    <wire from="(600,410)" to="(600,480)"/>
    <wire from="(750,240)" to="(810,240)"/>
    <wire from="(380,80)" to="(380,100)"/>
    <wire from="(420,80)" to="(420,100)"/>
    <wire from="(760,390)" to="(800,390)"/>
    <wire from="(310,280)" to="(420,280)"/>
    <wire from="(140,60)" to="(170,60)"/>
    <wire from="(730,270)" to="(880,270)"/>
    <wire from="(440,490)" to="(440,590)"/>
    <wire from="(710,570)" to="(710,610)"/>
    <wire from="(490,570)" to="(710,570)"/>
    <wire from="(370,250)" to="(370,410)"/>
    <wire from="(760,400)" to="(790,400)"/>
    <wire from="(620,380)" to="(650,380)"/>
    <wire from="(190,360)" to="(400,360)"/>
    <wire from="(350,10)" to="(500,10)"/>
    <wire from="(190,320)" to="(210,320)"/>
    <wire from="(250,310)" to="(250,610)"/>
    <wire from="(250,610)" to="(710,610)"/>
    <wire from="(760,370)" to="(830,370)"/>
    <wire from="(250,310)" to="(260,310)"/>
    <wire from="(20,10)" to="(350,10)"/>
    <wire from="(400,300)" to="(400,360)"/>
    <wire from="(230,320)" to="(230,440)"/>
    <wire from="(750,230)" to="(830,230)"/>
    <wire from="(660,330)" to="(800,330)"/>
    <wire from="(810,190)" to="(810,240)"/>
    <wire from="(650,200)" to="(790,200)"/>
    <wire from="(180,250)" to="(370,250)"/>
    <wire from="(580,90)" to="(580,100)"/>
    <wire from="(550,590)" to="(730,590)"/>
    <wire from="(500,10)" to="(690,10)"/>
    <wire from="(330,320)" to="(330,590)"/>
    <wire from="(440,310)" to="(440,320)"/>
    <wire from="(760,580)" to="(820,580)"/>
    <wire from="(620,260)" to="(660,260)"/>
    <wire from="(180,250)" to="(180,270)"/>
    <wire from="(330,590)" to="(440,590)"/>
    <wire from="(600,270)" to="(600,300)"/>
    <wire from="(140,30)" to="(170,30)"/>
    <wire from="(460,260)" to="(550,260)"/>
    <wire from="(20,170)" to="(690,170)"/>
    <wire from="(620,240)" to="(640,240)"/>
    <wire from="(710,570)" to="(730,570)"/>
    <wire from="(400,300)" to="(420,300)"/>
    <wire from="(310,280)" to="(310,450)"/>
    <wire from="(350,140)" to="(500,140)"/>
    <wire from="(810,320)" to="(810,380)"/>
    <wire from="(790,340)" to="(790,400)"/>
    <wire from="(630,180)" to="(830,180)"/>
    <wire from="(460,300)" to="(600,300)"/>
    <wire from="(650,320)" to="(650,380)"/>
    <wire from="(20,140)" to="(350,140)"/>
    <wire from="(660,330)" to="(660,390)"/>
    <wire from="(670,340)" to="(670,400)"/>
    <wire from="(660,210)" to="(660,260)"/>
    <wire from="(740,410)" to="(740,460)"/>
    <wire from="(290,260)" to="(420,260)"/>
    <wire from="(630,180)" to="(630,230)"/>
    <wire from="(640,190)" to="(640,240)"/>
    <wire from="(650,200)" to="(650,250)"/>
    <wire from="(830,180)" to="(830,230)"/>
    <wire from="(620,370)" to="(630,370)"/>
    <comp lib="6" loc="(640,32)" name="Text">
      <a name="text" val="监控区"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(290,90)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(420,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(900,460)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(380,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(420,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(740,410)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(470,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(760,580)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(290,300)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(600,410)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp loc="(440,280)" name="六进制计数器">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(470,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(580,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="6" loc="(74,159)" name="Text">
      <a name="text" val="六十进制计数器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(290,50)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(820,580)" name="Tunnel">
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,90)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(530,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(580,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(600,270)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="5" loc="(530,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="6" loc="(465,32)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(554,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(190,360)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,450)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,590)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(440,460)" name="十进制计数器">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(56,32)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,270)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(730,270)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(180,480)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(880,270)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(380,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="label" val="Co"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(190,320)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,50)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
  <circuit name="二十四进制计数器">
    <a name="circuit" val="二十四进制计数器"/>
    <a name="clabel" val="24"/>
    <a name="clabelup" val="north"/>
    <a name="clabelfont" val="Dialog plain 12"/>
    <appear>
      <rect fill="#ffffff" fill-opacity="0.000" height="60" rx="5" ry="5" stroke="#000000" stroke-width="2" width="40" x="50" y="50"/>
      <polyline fill="none" points="51,95 60,100 51,105" stroke="#000000"/>
      <circ-port height="8" pin="140,30" width="8" x="46" y="96"/>
      <circ-port height="8" pin="290,50" width="8" x="56" y="46"/>
      <circ-port height="8" pin="140,60" width="8" x="46" y="56"/>
      <circ-port height="10" pin="380,80" width="10" x="85" y="55"/>
      <circ-port height="10" pin="420,80" width="10" x="85" y="75"/>
      <circ-port height="10" pin="470,80" width="10" x="85" y="95"/>
      <circ-port height="8" pin="140,90" width="8" x="46" y="76"/>
      <circ-port height="8" pin="290,90" width="8" x="76" y="46"/>
      <circ-port height="8" pin="140,120" width="8" x="66" y="106"/>
      <circ-anchor facing="east" height="6" width="6" x="67" y="77"/>
    </appear>
    <wire from="(530,90)" to="(530,100)"/>
    <wire from="(500,140)" to="(690,140)"/>
    <wire from="(350,10)" to="(350,140)"/>
    <wire from="(180,480)" to="(490,480)"/>
    <wire from="(570,230)" to="(570,360)"/>
    <wire from="(750,430)" to="(850,430)"/>
    <wire from="(560,510)" to="(670,510)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(140,120)" to="(170,120)"/>
    <wire from="(690,480)" to="(710,480)"/>
    <wire from="(700,400)" to="(730,400)"/>
    <wire from="(270,230)" to="(270,270)"/>
    <wire from="(400,560)" to="(410,560)"/>
    <wire from="(690,320)" to="(760,320)"/>
    <wire from="(890,410)" to="(890,470)"/>
    <wire from="(270,270)" to="(280,270)"/>
    <wire from="(830,300)" to="(900,300)"/>
    <wire from="(730,250)" to="(730,310)"/>
    <wire from="(410,590)" to="(540,590)"/>
    <wire from="(360,400)" to="(360,460)"/>
    <wire from="(180,380)" to="(380,380)"/>
    <wire from="(180,580)" to="(380,580)"/>
    <wire from="(760,260)" to="(840,260)"/>
    <wire from="(690,290)" to="(700,290)"/>
    <wire from="(690,490)" to="(700,490)"/>
    <wire from="(560,360)" to="(570,360)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(180,380)" to="(180,450)"/>
    <wire from="(500,10)" to="(500,140)"/>
    <wire from="(710,240)" to="(900,240)"/>
    <wire from="(860,580)" to="(920,580)"/>
    <wire from="(950,590)" to="(1010,590)"/>
    <wire from="(510,220)" to="(510,360)"/>
    <wire from="(740,420)" to="(740,490)"/>
    <wire from="(750,430)" to="(750,500)"/>
    <wire from="(270,230)" to="(570,230)"/>
    <wire from="(630,330)" to="(670,330)"/>
    <wire from="(690,310)" to="(730,310)"/>
    <wire from="(470,80)" to="(470,100)"/>
    <wire from="(690,140)" to="(690,170)"/>
    <wire from="(380,670)" to="(480,670)"/>
    <wire from="(140,90)" to="(170,90)"/>
    <wire from="(700,490)" to="(700,660)"/>
    <wire from="(710,590)" to="(920,590)"/>
    <wire from="(400,190)" to="(400,350)"/>
    <wire from="(560,400)" to="(560,510)"/>
    <wire from="(290,50)" to="(310,50)"/>
    <wire from="(290,90)" to="(310,90)"/>
    <wire from="(360,400)" to="(380,400)"/>
    <wire from="(860,580)" to="(860,680)"/>
    <wire from="(830,290)" to="(920,290)"/>
    <wire from="(190,310)" to="(210,310)"/>
    <wire from="(510,360)" to="(520,360)"/>
    <wire from="(910,400)" to="(910,460)"/>
    <wire from="(700,230)" to="(700,290)"/>
    <wire from="(710,240)" to="(710,300)"/>
    <wire from="(830,320)" to="(840,320)"/>
    <wire from="(840,490)" to="(850,490)"/>
    <wire from="(540,410)" to="(540,590)"/>
    <wire from="(710,480)" to="(720,480)"/>
    <wire from="(730,400)" to="(730,600)"/>
    <wire from="(250,220)" to="(250,290)"/>
    <wire from="(730,400)" to="(910,400)"/>
    <wire from="(690,10)" to="(690,140)"/>
    <wire from="(200,220)" to="(250,220)"/>
    <wire from="(720,410)" to="(720,480)"/>
    <wire from="(690,500)" to="(750,500)"/>
    <wire from="(380,80)" to="(380,100)"/>
    <wire from="(420,80)" to="(420,100)"/>
    <wire from="(700,490)" to="(740,490)"/>
    <wire from="(310,280)" to="(310,360)"/>
    <wire from="(800,300)" to="(800,580)"/>
    <wire from="(510,220)" to="(1070,220)"/>
    <wire from="(360,460)" to="(460,460)"/>
    <wire from="(810,330)" to="(980,330)"/>
    <wire from="(140,60)" to="(170,60)"/>
    <wire from="(250,290)" to="(280,290)"/>
    <wire from="(490,380)" to="(490,480)"/>
    <wire from="(710,480)" to="(710,590)"/>
    <wire from="(690,300)" to="(710,300)"/>
    <wire from="(510,680)" to="(860,680)"/>
    <wire from="(540,190)" to="(1080,190)"/>
    <wire from="(710,300)" to="(800,300)"/>
    <wire from="(420,400)" to="(420,440)"/>
    <wire from="(840,480)" to="(870,480)"/>
    <wire from="(350,10)" to="(500,10)"/>
    <wire from="(840,260)" to="(840,320)"/>
    <wire from="(900,240)" to="(900,300)"/>
    <wire from="(870,250)" to="(870,310)"/>
    <wire from="(850,430)" to="(850,490)"/>
    <wire from="(400,190)" to="(540,190)"/>
    <wire from="(820,500)" to="(950,500)"/>
    <wire from="(740,420)" to="(870,420)"/>
    <wire from="(20,10)" to="(350,10)"/>
    <wire from="(760,260)" to="(760,320)"/>
    <wire from="(250,220)" to="(510,220)"/>
    <wire from="(460,400)" to="(460,460)"/>
    <wire from="(690,470)" to="(700,470)"/>
    <wire from="(310,360)" to="(380,360)"/>
    <wire from="(380,600)" to="(380,670)"/>
    <wire from="(580,90)" to="(580,100)"/>
    <wire from="(840,470)" to="(890,470)"/>
    <wire from="(460,400)" to="(520,400)"/>
    <wire from="(500,10)" to="(690,10)"/>
    <wire from="(800,580)" to="(860,580)"/>
    <wire from="(730,600)" to="(920,600)"/>
    <wire from="(510,660)" to="(700,660)"/>
    <wire from="(700,400)" to="(700,470)"/>
    <wire from="(400,410)" to="(400,560)"/>
    <wire from="(830,310)" to="(870,310)"/>
    <wire from="(410,560)" to="(410,590)"/>
    <wire from="(210,310)" to="(210,400)"/>
    <wire from="(720,410)" to="(890,410)"/>
    <wire from="(140,30)" to="(170,30)"/>
    <wire from="(20,170)" to="(690,170)"/>
    <wire from="(490,380)" to="(520,380)"/>
    <wire from="(630,330)" to="(630,440)"/>
    <wire from="(540,190)" to="(540,350)"/>
    <wire from="(420,440)" to="(630,440)"/>
    <wire from="(210,400)" to="(360,400)"/>
    <wire from="(700,230)" to="(920,230)"/>
    <wire from="(350,140)" to="(500,140)"/>
    <wire from="(870,420)" to="(870,480)"/>
    <wire from="(920,230)" to="(920,290)"/>
    <wire from="(20,140)" to="(350,140)"/>
    <wire from="(840,460)" to="(910,460)"/>
    <wire from="(200,190)" to="(400,190)"/>
    <wire from="(730,250)" to="(870,250)"/>
    <comp lib="0" loc="(180,480)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,90)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(580,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(78,159)" name="Text">
      <a name="text" val="二十四进制计数器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(310,50)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(820,500)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(670,510)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="1" loc="(950,590)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(56,32)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(480,670)" name="AND Gate">
      <a name="facing" val="west"/>
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(950,500)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(540,380)" name="十进制计数器">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(200,220)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(190,310)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(580,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(170,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(380,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="label" val="Co"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(420,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(554,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(140,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(530,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(410,590)" name="OR Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(810,330)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(980,330)" name="Tunnel">
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(290,50)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(290,90)" name="Pin">
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="D0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(530,90)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="1" loc="(310,280)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(465,32)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,450)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="width" val="4"/>
      <a name="label" val="D1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(420,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(470,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(400,380)" name="十进制计数器">
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(670,330)" name="Splitter">
      <a name="fanout" val="4"/>
      <a name="incoming" val="4"/>
    </comp>
    <comp lib="0" loc="(470,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="Q0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(640,32)" name="Text">
      <a name="text" val="监控区"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(200,190)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(170,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(1010,590)" name="Tunnel">
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(380,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="label" val="Co"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(180,580)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
  <circuit name="计时器">
    <a name="circuit" val="计时器"/>
    <a name="clabel" val=""/>
    <a name="clabelup" val="east"/>
    <a name="clabelfont" val="Dialog plain 12"/>
    <appear>
      <rect fill="#ffffff" height="50" rx="5" ry="5" stroke="#000000" stroke-width="2" width="130" x="50" y="50"/>
      <path d="M111,52 Q115,61 119,52" fill="none" stroke="#808080" stroke-width="2"/>
      <circ-port height="8" pin="120,30" width="8" x="46" y="56"/>
      <circ-port height="8" pin="120,60" width="8" x="46" y="66"/>
      <circ-port height="8" pin="120,90" width="8" x="46" y="76"/>
      <circ-port height="8" pin="120,120" width="8" x="46" y="86"/>
      <circ-port height="8" pin="230,80" width="8" x="56" y="46"/>
      <circ-port height="8" pin="280,80" width="8" x="66" y="46"/>
      <circ-port height="8" pin="330,80" width="8" x="76" y="46"/>
      <circ-port height="8" pin="380,80" width="8" x="86" y="46"/>
      <circ-port height="8" pin="430,80" width="8" x="96" y="46"/>
      <circ-port height="8" pin="480,80" width="8" x="106" y="46"/>
      <circ-port height="10" pin="540,80" width="10" x="115" y="45"/>
      <circ-port height="10" pin="590,80" width="10" x="125" y="45"/>
      <circ-port height="10" pin="640,80" width="10" x="135" y="45"/>
      <circ-port height="10" pin="690,80" width="10" x="145" y="45"/>
      <circ-port height="10" pin="740,80" width="10" x="155" y="45"/>
      <circ-port height="10" pin="790,80" width="10" x="165" y="45"/>
      <circ-anchor facing="east" height="6" width="6" x="107" y="67"/>
    </appear>
    <wire from="(630,480)" to="(630,680)"/>
    <wire from="(370,400)" to="(370,470)"/>
    <wire from="(530,510)" to="(530,650)"/>
    <wire from="(700,500)" to="(750,500)"/>
    <wire from="(510,10)" to="(510,140)"/>
    <wire from="(400,240)" to="(400,250)"/>
    <wire from="(430,750)" to="(430,760)"/>
    <wire from="(510,10)" to="(820,10)"/>
    <wire from="(450,490)" to="(450,500)"/>
    <wire from="(750,500)" to="(750,570)"/>
    <wire from="(360,240)" to="(360,250)"/>
    <wire from="(280,80)" to="(280,100)"/>
    <wire from="(820,140)" to="(820,170)"/>
    <wire from="(570,480)" to="(570,570)"/>
    <wire from="(480,80)" to="(480,100)"/>
    <wire from="(580,700)" to="(680,700)"/>
    <wire from="(20,10)" to="(510,10)"/>
    <wire from="(240,450)" to="(280,450)"/>
    <wire from="(640,80)" to="(640,100)"/>
    <wire from="(20,140)" to="(20,170)"/>
    <wire from="(410,740)" to="(450,740)"/>
    <wire from="(790,500)" to="(810,500)"/>
    <wire from="(650,410)" to="(800,410)"/>
    <wire from="(530,650)" to="(680,650)"/>
    <wire from="(120,60)" to="(150,60)"/>
    <wire from="(580,690)" to="(600,690)"/>
    <wire from="(490,480)" to="(510,480)"/>
    <wire from="(780,480)" to="(810,480)"/>
    <wire from="(500,460)" to="(510,460)"/>
    <wire from="(820,170)" to="(820,290)"/>
    <wire from="(850,480)" to="(920,480)"/>
    <wire from="(20,170)" to="(20,290)"/>
    <wire from="(650,410)" to="(650,460)"/>
    <wire from="(540,380)" to="(550,380)"/>
    <wire from="(650,540)" to="(790,540)"/>
    <wire from="(830,650)" to="(1100,650)"/>
    <wire from="(20,10)" to="(20,140)"/>
    <wire from="(680,510)" to="(680,650)"/>
    <wire from="(920,480)" to="(920,550)"/>
    <wire from="(230,240)" to="(230,250)"/>
    <wire from="(780,400)" to="(1100,400)"/>
    <wire from="(510,140)" to="(820,140)"/>
    <wire from="(820,10)" to="(820,140)"/>
    <wire from="(270,240)" to="(270,250)"/>
    <wire from="(540,380)" to="(540,450)"/>
    <wire from="(720,480)" to="(720,570)"/>
    <wire from="(850,500)" to="(950,500)"/>
    <wire from="(430,80)" to="(430,100)"/>
    <wire from="(800,410)" to="(1090,410)"/>
    <wire from="(20,140)" to="(510,140)"/>
    <wire from="(230,80)" to="(230,100)"/>
    <wire from="(410,740)" to="(410,770)"/>
    <wire from="(240,650)" to="(530,650)"/>
    <wire from="(590,80)" to="(590,100)"/>
    <wire from="(790,80)" to="(790,100)"/>
    <wire from="(680,650)" to="(830,650)"/>
    <wire from="(650,500)" to="(650,540)"/>
    <wire from="(120,30)" to="(150,30)"/>
    <wire from="(370,400)" to="(780,400)"/>
    <wire from="(730,460)" to="(730,760)"/>
    <wire from="(430,750)" to="(450,750)"/>
    <wire from="(280,410)" to="(280,450)"/>
    <wire from="(450,500)" to="(450,540)"/>
    <wire from="(840,370)" to="(850,370)"/>
    <wire from="(690,380)" to="(700,380)"/>
    <wire from="(650,460)" to="(660,460)"/>
    <wire from="(650,500)" to="(660,500)"/>
    <wire from="(240,470)" to="(370,470)"/>
    <wire from="(880,460)" to="(880,700)"/>
    <wire from="(800,410)" to="(800,460)"/>
    <wire from="(450,540)" to="(650,540)"/>
    <wire from="(830,510)" to="(830,650)"/>
    <wire from="(370,470)" to="(370,730)"/>
    <wire from="(550,370)" to="(550,380)"/>
    <wire from="(450,500)" to="(510,500)"/>
    <wire from="(690,380)" to="(690,450)"/>
    <wire from="(380,80)" to="(380,100)"/>
    <wire from="(430,760)" to="(730,760)"/>
    <wire from="(520,370)" to="(520,450)"/>
    <wire from="(540,80)" to="(540,100)"/>
    <wire from="(840,370)" to="(840,450)"/>
    <wire from="(740,80)" to="(740,100)"/>
    <wire from="(20,170)" to="(820,170)"/>
    <wire from="(20,290)" to="(820,290)"/>
    <wire from="(120,120)" to="(150,120)"/>
    <wire from="(550,480)" to="(570,480)"/>
    <wire from="(700,460)" to="(730,460)"/>
    <wire from="(240,490)" to="(450,490)"/>
    <wire from="(480,740)" to="(490,740)"/>
    <wire from="(680,700)" to="(880,700)"/>
    <wire from="(410,770)" to="(680,770)"/>
    <wire from="(370,730)" to="(450,730)"/>
    <wire from="(800,460)" to="(810,460)"/>
    <wire from="(700,370)" to="(700,380)"/>
    <wire from="(530,240)" to="(530,250)"/>
    <wire from="(580,690)" to="(580,700)"/>
    <wire from="(490,480)" to="(490,740)"/>
    <wire from="(550,500)" to="(600,500)"/>
    <wire from="(850,360)" to="(850,370)"/>
    <wire from="(680,700)" to="(680,770)"/>
    <wire from="(490,240)" to="(490,250)"/>
    <wire from="(600,500)" to="(600,570)"/>
    <wire from="(330,80)" to="(330,100)"/>
    <wire from="(820,360)" to="(820,450)"/>
    <wire from="(670,370)" to="(670,450)"/>
    <wire from="(780,400)" to="(780,480)"/>
    <wire from="(690,80)" to="(690,100)"/>
    <wire from="(280,410)" to="(500,410)"/>
    <wire from="(120,90)" to="(150,90)"/>
    <wire from="(790,500)" to="(790,540)"/>
    <wire from="(700,480)" to="(720,480)"/>
    <wire from="(630,480)" to="(660,480)"/>
    <wire from="(500,410)" to="(650,410)"/>
    <wire from="(850,460)" to="(880,460)"/>
    <wire from="(500,410)" to="(500,460)"/>
    <wire from="(950,500)" to="(950,550)"/>
    <comp lib="0" loc="(640,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(270,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="6" loc="(451,221)" name="Text">
      <a name="text" val=":"/>
      <a name="font" val="Dialog bold 40"/>
    </comp>
    <comp lib="0" loc="(430,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Ds1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(380,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Dm0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,60)" name="Tunnel">
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,90)" name="Tunnel">
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(270,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(363,25)" name="Text">
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(230,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Dh1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(550,370)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Dh0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(690,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="M0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(570,570)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(330,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Dm1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(430,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Ds1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(280,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Dh0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(640,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="M1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(950,550)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(480,740)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="3"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(530,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Ds0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(490,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(120,30)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(240,450)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(120,90)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(230,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(380,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Dm0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(664,160)" name="Text">
      <a name="text" val="请勿更改封装外观,否则无法完成测试"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(520,370)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Dh1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(400,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(670,370)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Dm1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp loc="(830,480)" name="六十进制计数器"/>
    <comp lib="0" loc="(120,120)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(230,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Dh1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(280,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="tristate" val="false"/>
      <a name="label" val="Dh0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,30)" name="Tunnel">
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(740,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="S1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(78,159)" name="Text">
      <a name="text" val="二十四小时计时器"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp loc="(530,480)" name="二十四进制计数器"/>
    <comp lib="0" loc="(120,60)" name="Pin">
      <a name="tristate" val="false"/>
      <a name="label" val="Load"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(490,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp loc="(680,480)" name="六十进制计数器"/>
    <comp lib="0" loc="(590,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(459,27)" name="Text">
      <a name="text" val="输入引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(540,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(590,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="H0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(540,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="H1"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(240,650)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(790,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(530,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(850,360)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Ds0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(240,470)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Enable"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(690,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(320,222)" name="Text">
      <a name="text" val=":"/>
      <a name="font" val="Dialog bold 40"/>
    </comp>
    <comp lib="0" loc="(750,570)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(330,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Dm1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(740,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(790,80)" name="Pin">
      <a name="facing" val="south"/>
      <a name="output" val="true"/>
      <a name="width" val="4"/>
      <a name="label" val="S0"/>
      <a name="labelloc" val="north"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(240,490)" name="Tunnel">
      <a name="facing" val="east"/>
      <a name="label" val="Clock"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="6" loc="(785,25)" name="Text">
      <a name="text" val="输出引脚"/>
      <a name="font" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(720,570)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(150,120)" name="Tunnel">
      <a name="label" val="Reset"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(600,570)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(230,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="H1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(360,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(480,100)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="Ds0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(400,250)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="M0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(920,550)" name="Tunnel">
      <a name="facing" val="north"/>
      <a name="width" val="4"/>
      <a name="label" val="S1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="1" loc="(630,680)" name="AND Gate">
      <a name="size" val="30"/>
      <a name="inputs" val="2"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="5" loc="(360,240)" name="Hex Digit Display">
      <a name="bg" val="#ffffff"/>
    </comp>
    <comp lib="0" loc="(820,360)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Ds1"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
    <comp lib="0" loc="(700,370)" name="Tunnel">
      <a name="facing" val="south"/>
      <a name="width" val="4"/>
      <a name="label" val="Dm0"/>
      <a name="labelfont" val="Dialog plain 12"/>
    </comp>
  </circuit>
</project>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值