本关任务:设计一个4位二进制(十六进制)同步递增计数器,要求具有同步置数、异步清零功能。
相关知识
计数是一种最简单的基本运算。计数器就是实现这种运算的逻辑电路,计数器在数字系统中主要是对脉冲的个数进行计数,以实现测量、计数和控制的功能,同时兼有分频功能。计数器在数字系统中应用广泛,如在电子计算机的控制器中对指令地址进行计数,以便顺序取出下一条指令,等等。
主要电路图
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project source="2.7.1" 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="(350,380)" to="(350,450)"/>
<wire from="(560,360)" to="(610,360)"/>
<wire from="(220,490)" to="(280,490)"/>
<wire from="(300,280)" to="(300,420)"/>
<wire from="(170,570)" to="(170,580)"/>
<wire from="(400,240)" to="(450,240)"/>
<wire from="(220,540)" to="(220,550)"/>
<wire from="(170,570)" to="(220,570)"/>
<wire from="(450,370)" to="(450,380)"/>
<wire from="(490,490)" to="(490,500)"/>
<wire from="(460,580)" to="(460,590)"/>
<wire from="(350,230)" to="(350,240)"/>
<wire from="(610,540)" to="(650,540)"/>
<wire from="(610,660)" to="(650,660)"/>
<wire from="(610,420)" to="(650,420)"/>
<wire from="(610,300)" to="(650,300)"/>
<wire from="(380,260)" to="(380,280)"/>
<wire from="(820,140)" to="(820,170)"/>
<wire from="(420,460)" to="(420,480)"/>
<wire from="(240,470)" to="(240,550)"/>
<wire from="(140,400)" to="(140,550)"/>
<wire from="(70,300)" to="(370,300)"/>
<wire from="(410,10)" to="(650,10)"/>
<wire from="(380,570)" to="(380,650)"/>
<wire from="(510,420)" to="(510,500)"/>
<wire from="(250,290)" to="(250,310)"/>
<wire from="(390,390)" to="(390,420)"/>
<wire from="(140,550)" to="(180,550)"/>
<wire from="(380,380)" to="(380,410)"/>
<wire from="(250,370)" to="(250,400)"/>
<wire from="(20,140)" to="(20,170)"/>
<wire from="(420,590)" to="(460,590)"/>
<wire from="(150,510)" to="(250,510)"/>
<wire from="(350,460)" to="(350,550)"/>
<wire from="(150,90)" to="(180,90)"/>
<wire from="(280,390)" to="(280,490)"/>
<wire from="(430,460)" to="(430,560)"/>
<wire from="(540,50)" to="(560,50)"/>
<wire from="(500,560)" to="(530,560)"/>
<wire from="(480,420)" to="(510,420)"/>
<wire from="(340,80)" to="(370,80)"/>
<wire from="(350,450)" to="(380,450)"/>
<wire from="(220,330)" to="(220,430)"/>
<wire from="(340,50)" to="(360,50)"/>
<wire from="(540,80)" to="(570,80)"/>
<wire from="(150,200)" to="(430,200)"/>
<wire from="(150,220)" to="(360,220)"/>
<wire from="(610,560)" to="(610,660)"/>
<wire from="(170,310)" to="(250,310)"/>
<wire from="(300,280)" to="(380,280)"/>
<wire from="(170,530)" to="(180,530)"/>
<wire from="(560,400)" to="(560,460)"/>
<wire from="(130,500)" to="(270,500)"/>
<wire from="(370,250)" to="(370,300)"/>
<wire from="(250,450)" to="(250,510)"/>
<wire from="(240,470)" to="(310,470)"/>
<wire from="(20,140)" to="(410,140)"/>
<wire from="(490,360)" to="(560,360)"/>
<wire from="(510,500)" to="(510,620)"/>
<wire from="(250,450)" to="(310,450)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(500,460)" to="(560,460)"/>
<wire from="(70,300)" to="(70,430)"/>
<wire from="(50,180)" to="(50,440)"/>
<wire from="(130,650)" to="(380,650)"/>
<wire from="(70,430)" to="(130,430)"/>
<wire from="(250,290)" to="(310,290)"/>
<wire from="(250,370)" to="(310,370)"/>
<wire from="(170,460)" to="(170,470)"/>
<wire from="(160,350)" to="(280,350)"/>
<wire from="(550,230)" to="(610,230)"/>
<wire from="(170,460)" to="(220,460)"/>
<wire from="(820,10)" to="(820,140)"/>
<wire from="(160,350)" to="(160,490)"/>
<wire from="(250,400)" to="(560,400)"/>
<wire from="(390,480)" to="(390,500)"/>
<wire from="(300,420)" to="(300,500)"/>
<wire from="(410,140)" to="(650,140)"/>
<wire from="(130,500)" to="(130,520)"/>
<wire from="(220,550)" to="(220,570)"/>
<wire from="(430,200)" to="(430,230)"/>
<wire from="(150,510)" to="(150,600)"/>
<wire from="(510,190)" to="(510,280)"/>
<wire from="(220,430)" to="(220,460)"/>
<wire from="(510,620)" to="(510,770)"/>
<wire from="(420,480)" to="(460,480)"/>
<wire from="(150,60)" to="(180,60)"/>
<wire from="(430,460)" to="(460,460)"/>
<wire from="(280,310)" to="(310,310)"/>
<wire from="(280,390)" to="(310,390)"/>
<wire from="(150,240)" to="(300,240)"/>
<wire from="(350,230)" to="(370,230)"/>
<wire from="(300,500)" to="(300,610)"/>
<wire from="(430,230)" to="(450,230)"/>
<wire from="(250,510)" to="(530,510)"/>
<wire from="(350,320)" to="(350,360)"/>
<wire from="(300,610)" to="(300,780)"/>
<wire from="(150,310)" to="(170,310)"/>
<wire from="(410,460)" to="(420,460)"/>
<wire from="(170,420)" to="(180,420)"/>
<wire from="(170,580)" to="(180,580)"/>
<wire from="(210,540)" to="(220,540)"/>
<wire from="(530,560)" to="(610,560)"/>
<wire from="(50,440)" to="(180,440)"/>
<wire from="(480,50)" to="(540,50)"/>
<wire from="(410,10)" to="(410,140)"/>
<wire from="(430,230)" to="(430,360)"/>
<wire from="(560,460)" to="(610,460)"/>
<wire from="(220,480)" to="(220,490)"/>
<wire from="(650,10)" to="(650,140)"/>
<wire from="(480,260)" to="(480,280)"/>
<wire from="(420,560)" to="(420,590)"/>
<wire from="(610,460)" to="(610,540)"/>
<wire from="(490,590)" to="(490,620)"/>
<wire from="(130,430)" to="(130,460)"/>
<wire from="(650,10)" to="(820,10)"/>
<wire from="(150,30)" to="(180,30)"/>
<wire from="(20,170)" to="(820,170)"/>
<wire from="(300,610)" to="(390,610)"/>
<wire from="(430,360)" to="(430,460)"/>
<wire from="(480,80)" to="(510,80)"/>
<wire from="(480,280)" to="(510,280)"/>
<wire from="(220,330)" to="(310,330)"/>
<wire from="(280,80)" to="(310,80)"/>
<wire from="(350,550)" to="(380,550)"/>
<wire from="(320,50)" to="(340,50)"/>
<wire from="(430,360)" to="(450,360)"/>
<wire from="(490,500)" to="(510,500)"/>
<wire from="(490,620)" to="(510,620)"/>
<wire from="(300,240)" to="(300,280)"/>
<wire from="(310,250)" to="(310,290)"/>
<wire from="(280,350)" to="(560,350)"/>
<wire from="(160,490)" to="(180,490)"/>
<wire from="(220,550)" to="(240,550)"/>
<wire from="(370,470)" to="(380,470)"/>
<wire from="(170,470)" to="(180,470)"/>
<wire from="(210,430)" to="(220,430)"/>
<wire from="(530,510)" to="(530,560)"/>
<wire from="(50,180)" to="(310,180)"/>
<wire from="(560,350)" to="(560,360)"/>
<wire from="(490,230)" to="(550,230)"/>
<wire from="(170,520)" to="(170,530)"/>
<wire from="(430,560)" to="(430,700)"/>
<wire from="(510,280)" to="(510,420)"/>
<wire from="(170,520)" to="(220,520)"/>
<wire from="(450,240)" to="(450,250)"/>
<wire from="(610,230)" to="(610,300)"/>
<wire from="(380,370)" to="(380,380)"/>
<wire from="(140,400)" to="(250,400)"/>
<wire from="(130,560)" to="(370,560)"/>
<wire from="(310,180)" to="(550,180)"/>
<wire from="(540,50)" to="(540,80)"/>
<wire from="(270,410)" to="(380,410)"/>
<wire from="(130,560)" to="(130,580)"/>
<wire from="(390,580)" to="(390,610)"/>
<wire from="(480,390)" to="(480,420)"/>
<wire from="(340,50)" to="(340,80)"/>
<wire from="(360,190)" to="(360,220)"/>
<wire from="(220,490)" to="(220,520)"/>
<wire from="(410,370)" to="(450,370)"/>
<wire from="(270,410)" to="(270,500)"/>
<wire from="(650,140)" to="(820,140)"/>
<wire from="(370,470)" to="(370,560)"/>
<wire from="(150,120)" to="(180,120)"/>
<wire from="(150,600)" to="(180,600)"/>
<wire from="(300,420)" to="(390,420)"/>
<wire from="(300,500)" to="(390,500)"/>
<wire from="(430,560)" to="(460,560)"/>
<wire from="(510,80)" to="(540,80)"/>
<wire from="(310,80)" to="(340,80)"/>
<wire from="(350,360)" to="(380,360)"/>
<wire from="(170,310)" to="(170,420)"/>
<wire from="(280,310)" to="(280,350)"/>
<wire from="(360,190)" to="(510,190)"/>
<wire from="(410,560)" to="(420,560)"/>
<wire from="(610,360)" to="(610,420)"/>
<wire from="(210,480)" to="(220,480)"/>
<wire from="(310,180)" to="(310,230)"/>
<wire from="(20,10)" to="(410,10)"/>
<wire from="(550,180)" to="(550,230)"/>
<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="0" loc="(180,120)" name="Tunnel">
<a name="label" val="Reset"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(350,380)" 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,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="4" loc="(490,360)" name="D Flip-Flop">
<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="(650,300)" name="Tunnel">
<a name="label" val="Q0"/>
<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="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="(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="(310,100)" name="Tunnel">
<a name="facing" val="north"/>
<a name="label" val="D2"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(210,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="(650,660)" name="Tunnel">
<a name="label" val="Q3"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="4" loc="(500,560)" name="D Flip-Flop">
<a name="labelfont" val="Dialog plain 12"/>
</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="(180,30)" name="Tunnel">
<a name="label" val="Clock"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="4" loc="(490,230)" name="D Flip-Flop">
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(350,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="(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="(595,32)" name="Text">
<a name="text" val="输出引脚"/>
<a name="font" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(650,540)" name="Tunnel">
<a name="label" val="Q2"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(350,240)" 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="(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="(150,30)" name="Pin">
<a name="tristate" val="false"/>
<a name="label" val="Clock"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="2" loc="(410,560)" name="Multiplexer">
<a name="enable" val="false"/>
</comp>
<comp lib="2" loc="(410,460)" name="Multiplexer">
<a name="enable" val="false"/>
</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="(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="0" loc="(130,520)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="D1"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(210,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="(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="6" loc="(770,32)" name="Text">
<a name="text" val="监控区"/>
<a name="font" 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="6" loc="(56,32)" name="Text">
<a name="text" val="输入引脚"/>
<a name="font" val="Dialog plain 12"/>
</comp>
<comp lib="6" loc="(209,158)" name="Text">
<a name="text" val="4位二进制(十六进制)同步置数、异步清零功能的同步递增计数器"/>
<a name="font" 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="(180,90)" name="Tunnel">
<a name="label" val="Enable"/>
<a name="labelfont" val="Dialog plain 12"/>
</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="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="(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="(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="(480,100)" name="Tunnel">
<a name="facing" val="north"/>
<a name="label" val="Q3"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(210,590)" name="AND Gate">
<a name="size" val="30"/>
<a name="inputs" val="2"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="2" loc="(400,240)" name="Multiplexer">
<a name="enable" val="false"/>
</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="(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="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="5" loc="(690,90)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</comp>
<comp lib="2" loc="(410,370)" name="Multiplexer">
<a name="enable" val="false"/>
</comp>
<comp lib="4" loc="(500,460)" name="D Flip-Flop">
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<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="1" loc="(350,320)" 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="(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="(210,540)" 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,650)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="D3"/>
<a name="labelfont" val="Dialog plain 12"/>
</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="(650,420)" name="Tunnel">
<a name="label" val="Q1"/>
<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="(570,100)" name="Tunnel">
<a name="facing" val="north"/>
<a name="label" val="Q0"/>
<a name="labelfont" 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="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>
</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="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="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="(410,340)" to="(410,410)"/>
<wire from="(570,90)" to="(570,100)"/>
<wire from="(470,240)" to="(530,240)"/>
<wire from="(390,10)" to="(390,140)"/>
<wire from="(690,10)" to="(690,140)"/>
<wire from="(540,250)" to="(600,250)"/>
<wire from="(550,240)" to="(610,240)"/>
<wire from="(560,230)" to="(620,230)"/>
<wire from="(570,320)" to="(630,320)"/>
<wire from="(20,10)" to="(390,10)"/>
<wire from="(530,220)" to="(570,220)"/>
<wire from="(540,410)" to="(580,410)"/>
<wire from="(590,220)" to="(630,220)"/>
<wire from="(480,80)" to="(480,100)"/>
<wire from="(560,230)" to="(560,310)"/>
<wire from="(490,290)" to="(490,320)"/>
<wire from="(620,230)" to="(620,310)"/>
<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="(550,350)" to="(550,390)"/>
<wire from="(250,260)" to="(410,260)"/>
<wire from="(530,300)" to="(550,300)"/>
<wire from="(570,260)" to="(590,260)"/>
<wire from="(590,300)" to="(610,300)"/>
<wire from="(610,400)" to="(630,400)"/>
<wire from="(650,360)" to="(670,360)"/>
<wire from="(530,310)" to="(560,310)"/>
<wire from="(550,390)" to="(580,390)"/>
<wire from="(490,320)" to="(510,320)"/>
<wire from="(590,310)" to="(620,310)"/>
<wire from="(630,220)" to="(630,320)"/>
<wire from="(470,370)" to="(620,370)"/>
<wire from="(540,290)" to="(540,410)"/>
<wire from="(390,10)" to="(520,10)"/>
<wire from="(530,290)" to="(540,290)"/>
<wire from="(320,310)" to="(390,310)"/>
<wire from="(590,290)" to="(600,290)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(430,290)" to="(490,290)"/>
<wire from="(580,410)" to="(580,420)"/>
<wire from="(520,10)" to="(520,140)"/>
<wire from="(470,240)" to="(470,370)"/>
<wire from="(20,140)" to="(390,140)"/>
<wire from="(350,400)" to="(350,410)"/>
<wire from="(520,10)" to="(690,10)"/>
<wire from="(430,80)" to="(430,100)"/>
<wire from="(410,260)" to="(410,280)"/>
<wire from="(690,140)" to="(690,170)"/>
<wire from="(250,400)" to="(350,400)"/>
<wire from="(350,420)" to="(350,450)"/>
<wire from="(310,50)" to="(350,50)"/>
<wire from="(530,220)" to="(530,240)"/>
<wire from="(590,260)" to="(590,280)"/>
<wire from="(150,60)" to="(180,60)"/>
<wire from="(150,120)" to="(180,120)"/>
<wire from="(540,250)" to="(540,290)"/>
<wire from="(570,220)" to="(570,260)"/>
<wire from="(530,240)" to="(530,280)"/>
<wire from="(600,250)" to="(600,290)"/>
<wire from="(20,170)" to="(690,170)"/>
<wire from="(670,360)" to="(670,400)"/>
<wire from="(380,410)" to="(410,410)"/>
<wire from="(350,450)" to="(630,450)"/>
<wire from="(250,330)" to="(390,330)"/>
<wire from="(550,350)" to="(620,350)"/>
<wire from="(550,240)" to="(550,300)"/>
<wire from="(610,240)" to="(610,300)"/>
<wire from="(250,290)" to="(390,290)"/>
<wire from="(390,140)" to="(520,140)"/>
<wire from="(320,310)" to="(320,370)"/>
<wire from="(250,370)" to="(320,370)"/>
<wire from="(550,300)" to="(550,350)"/>
<wire from="(630,400)" to="(630,450)"/>
<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="1" loc="(650,360)" 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="(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="(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="(250,290)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Enable"/>
<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 loc="(410,310)" name="4位递增计数器"/>
<comp lib="6" loc="(71,159)" name="Text">
<a name="text" val="六进制计数器"/>
<a name="font" 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,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,60)" name="Tunnel">
<a name="label" val="Load"/>
<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="(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="(590,220)" 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="(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="(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="(250,260)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Load"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(610,400)" 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="(380,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="(670,400)" name="Tunnel">
<a name="label" val="Co"/>
<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="(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,120)" name="Tunnel">
<a name="label" val="Reset"/>
<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="(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="(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="(180,90)" name="Tunnel">
<a name="label" val="Enable"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(510,320)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="0" loc="(570,320)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(250,330)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Clock"/>
<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="6" loc="(56,32)" name="Text">
<a name="text" val="输入引脚"/>
<a name="font" 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="(510,240)" to="(510,310)"/>
<wire from="(570,90)" to="(570,100)"/>
<wire from="(390,10)" to="(390,140)"/>
<wire from="(690,10)" to="(690,140)"/>
<wire from="(530,340)" to="(590,340)"/>
<wire from="(250,370)" to="(300,370)"/>
<wire from="(20,10)" to="(390,10)"/>
<wire from="(350,390)" to="(350,400)"/>
<wire from="(480,80)" to="(480,100)"/>
<wire from="(560,260)" to="(560,280)"/>
<wire from="(500,230)" to="(500,320)"/>
<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="(570,250)" to="(570,290)"/>
<wire from="(550,410)" to="(550,450)"/>
<wire from="(250,290)" to="(280,290)"/>
<wire from="(250,330)" to="(280,330)"/>
<wire from="(500,230)" to="(590,230)"/>
<wire from="(250,260)" to="(410,260)"/>
<wire from="(430,330)" to="(460,330)"/>
<wire from="(380,400)" to="(410,400)"/>
<wire from="(350,410)" to="(350,450)"/>
<wire from="(500,320)" to="(500,360)"/>
<wire from="(500,360)" to="(500,400)"/>
<wire from="(480,300)" to="(490,300)"/>
<wire from="(620,350)" to="(690,350)"/>
<wire from="(580,240)" to="(580,300)"/>
<wire from="(410,350)" to="(410,400)"/>
<wire from="(300,320)" to="(300,370)"/>
<wire from="(690,350)" to="(690,410)"/>
<wire from="(530,290)" to="(530,340)"/>
<wire from="(390,10)" to="(520,10)"/>
<wire from="(510,240)" to="(580,240)"/>
<wire from="(350,450)" to="(550,450)"/>
<wire from="(490,300)" to="(490,420)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(520,10)" to="(520,140)"/>
<wire from="(520,250)" to="(570,250)"/>
<wire from="(480,290)" to="(530,290)"/>
<wire from="(20,140)" to="(390,140)"/>
<wire from="(280,290)" to="(280,300)"/>
<wire from="(280,330)" to="(280,340)"/>
<wire from="(520,10)" to="(690,10)"/>
<wire from="(430,80)" to="(430,100)"/>
<wire from="(690,140)" to="(690,170)"/>
<wire from="(280,300)" to="(390,300)"/>
<wire from="(280,340)" to="(390,340)"/>
<wire from="(530,260)" to="(530,290)"/>
<wire from="(410,260)" to="(410,290)"/>
<wire from="(430,300)" to="(430,330)"/>
<wire from="(250,400)" to="(350,400)"/>
<wire from="(590,230)" to="(590,310)"/>
<wire from="(680,240)" to="(680,320)"/>
<wire from="(310,50)" to="(350,50)"/>
<wire from="(150,120)" to="(180,120)"/>
<wire from="(150,60)" to="(180,60)"/>
<wire from="(500,360)" to="(590,360)"/>
<wire from="(20,170)" to="(690,170)"/>
<wire from="(300,320)" to="(390,320)"/>
<wire from="(560,300)" to="(580,300)"/>
<wire from="(480,310)" to="(510,310)"/>
<wire from="(490,300)" to="(520,300)"/>
<wire from="(490,420)" to="(520,420)"/>
<wire from="(530,260)" to="(560,260)"/>
<wire from="(560,310)" to="(590,310)"/>
<wire from="(480,320)" to="(500,320)"/>
<wire from="(500,400)" to="(520,400)"/>
<wire from="(520,250)" to="(520,300)"/>
<wire from="(390,140)" to="(520,140)"/>
<wire from="(540,320)" to="(680,320)"/>
<wire from="(560,290)" to="(570,290)"/>
<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="(150,30)" name="Pin">
<a name="tristate" val="false"/>
<a name="label" val="Clock"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(550,410)" 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="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="(690,410)" name="Tunnel">
<a name="label" val="Co"/>
<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="6" loc="(465,32)" name="Text">
<a name="text" val="输出引脚"/>
<a name="font" 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,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="(71,159)" 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="(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="(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,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="(180,30)" name="Tunnel">
<a name="label" val="Clock"/>
<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="(250,330)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Clock"/>
<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="(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="(430,100)" name="Tunnel">
<a name="facing" val="north"/>
<a name="label" val="Co"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp loc="(410,320)" name="4位递增计数器">
<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="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="5" loc="(570,90)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(540,320)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(460,330)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(620,350)" 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="(680,240)" 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="1" loc="(380,400)" 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="(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="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="(500,140)" to="(690,140)"/>
<wire from="(350,10)" to="(350,140)"/>
<wire from="(180,260)" to="(180,270)"/>
<wire from="(380,420)" to="(380,430)"/>
<wire from="(670,510)" to="(670,540)"/>
<wire from="(530,200)" to="(530,280)"/>
<wire from="(610,200)" to="(610,280)"/>
<wire from="(20,140)" to="(20,170)"/>
<wire from="(140,120)" to="(170,120)"/>
<wire from="(520,360)" to="(520,400)"/>
<wire from="(290,540)" to="(380,540)"/>
<wire from="(270,290)" to="(270,450)"/>
<wire from="(490,270)" to="(520,270)"/>
<wire from="(580,280)" to="(610,280)"/>
<wire from="(580,400)" to="(610,400)"/>
<wire from="(490,330)" to="(490,370)"/>
<wire from="(500,340)" to="(500,380)"/>
<wire from="(510,350)" to="(510,390)"/>
<wire from="(490,250)" to="(500,250)"/>
<wire from="(350,310)" to="(360,310)"/>
<wire from="(200,320)" to="(210,320)"/>
<wire from="(350,310)" to="(350,360)"/>
<wire from="(220,310)" to="(220,560)"/>
<wire from="(210,320)" to="(210,440)"/>
<wire from="(400,310)" to="(470,310)"/>
<wire from="(310,420)" to="(380,420)"/>
<wire from="(310,260)" to="(380,260)"/>
<wire from="(580,260)" to="(590,260)"/>
<wire from="(580,380)" to="(590,380)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(630,280)" to="(630,290)"/>
<wire from="(500,10)" to="(500,140)"/>
<wire from="(180,540)" to="(290,540)"/>
<wire from="(470,80)" to="(470,100)"/>
<wire from="(500,230)" to="(500,250)"/>
<wire from="(690,140)" to="(690,170)"/>
<wire from="(560,410)" to="(560,440)"/>
<wire from="(580,230)" to="(580,250)"/>
<wire from="(320,460)" to="(360,460)"/>
<wire from="(200,290)" to="(200,320)"/>
<wire from="(140,90)" to="(170,90)"/>
<wire from="(270,290)" to="(360,290)"/>
<wire from="(310,260)" to="(310,420)"/>
<wire from="(490,400)" to="(520,400)"/>
<wire from="(290,50)" to="(310,50)"/>
<wire from="(290,90)" to="(310,90)"/>
<wire from="(490,380)" to="(500,380)"/>
<wire from="(560,440)" to="(630,440)"/>
<wire from="(350,480)" to="(360,480)"/>
<wire from="(600,210)" to="(600,270)"/>
<wire from="(190,320)" to="(200,320)"/>
<wire from="(220,560)" to="(550,560)"/>
<wire from="(510,220)" to="(590,220)"/>
<wire from="(180,480)" to="(320,480)"/>
<wire from="(530,200)" to="(610,200)"/>
<wire from="(520,210)" to="(520,270)"/>
<wire from="(400,480)" to="(470,480)"/>
<wire from="(690,10)" to="(690,140)"/>
<wire from="(210,270)" to="(210,280)"/>
<wire from="(440,520)" to="(560,520)"/>
<wire from="(380,320)" to="(380,330)"/>
<wire from="(380,80)" to="(380,100)"/>
<wire from="(320,460)" to="(320,480)"/>
<wire from="(420,80)" to="(420,100)"/>
<wire from="(470,290)" to="(470,310)"/>
<wire from="(210,280)" to="(250,280)"/>
<wire from="(400,270)" to="(440,270)"/>
<wire from="(490,280)" to="(530,280)"/>
<wire from="(140,60)" to="(170,60)"/>
<wire from="(190,360)" to="(350,360)"/>
<wire from="(580,270)" to="(600,270)"/>
<wire from="(580,390)" to="(600,390)"/>
<wire from="(180,450)" to="(270,450)"/>
<wire from="(530,500)" to="(550,500)"/>
<wire from="(210,270)" to="(360,270)"/>
<wire from="(490,260)" to="(510,260)"/>
<wire from="(350,10)" to="(500,10)"/>
<wire from="(200,290)" to="(220,290)"/>
<wire from="(560,290)" to="(630,290)"/>
<wire from="(20,10)" to="(350,10)"/>
<wire from="(400,440)" to="(530,440)"/>
<wire from="(590,510)" to="(670,510)"/>
<wire from="(180,260)" to="(310,260)"/>
<wire from="(440,270)" to="(440,520)"/>
<wire from="(350,360)" to="(350,480)"/>
<wire from="(470,410)" to="(470,480)"/>
<wire from="(580,90)" to="(580,100)"/>
<wire from="(500,10)" to="(690,10)"/>
<wire from="(290,330)" to="(290,540)"/>
<wire from="(250,280)" to="(250,300)"/>
<wire from="(140,30)" to="(170,30)"/>
<wire from="(580,330)" to="(580,370)"/>
<wire from="(590,220)" to="(590,260)"/>
<wire from="(490,330)" to="(580,330)"/>
<wire from="(500,340)" to="(590,340)"/>
<wire from="(590,340)" to="(590,380)"/>
<wire from="(510,350)" to="(600,350)"/>
<wire from="(600,350)" to="(600,390)"/>
<wire from="(610,360)" to="(610,400)"/>
<wire from="(20,170)" to="(690,170)"/>
<wire from="(290,330)" to="(380,330)"/>
<wire from="(210,440)" to="(360,440)"/>
<wire from="(490,390)" to="(510,390)"/>
<wire from="(520,360)" to="(610,360)"/>
<wire from="(350,140)" to="(500,140)"/>
<wire from="(510,220)" to="(510,260)"/>
<wire from="(530,440)" to="(530,500)"/>
<wire from="(550,500)" to="(550,560)"/>
<wire from="(20,140)" to="(350,140)"/>
<wire from="(500,230)" to="(580,230)"/>
<wire from="(380,490)" to="(380,540)"/>
<wire from="(520,210)" to="(600,210)"/>
<wire from="(550,500)" to="(560,500)"/>
<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="(310,50)" name="Tunnel">
<a name="width" val="4"/>
<a name="label" val="D1"/>
<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="0" loc="(560,410)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(470,410)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(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="(180,540)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Reset"/>
<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="1" loc="(250,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="(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="(630,440)" name="Tunnel">
<a name="width" val="4"/>
<a name="label" val="Q0"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(470,290)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(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="(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="(630,280)" name="Tunnel">
<a name="width" val="4"/>
<a name="label" val="Q1"/>
<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="6" loc="(554,160)" name="Text">
<a name="text" val="请勿更改封装外观,否则无法完成测试"/>
<a name="font" val="Dialog plain 12"/>
</comp>
<comp lib="6" loc="(74,159)" name="Text">
<a name="text" val="六十进制计数器"/>
<a name="font" 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="(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="(170,60)" name="Tunnel">
<a name="label" val="Load"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(560,290)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(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="(170,30)" name="Tunnel">
<a name="label" val="Clock"/>
<a name="labelfont" 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,120)" name="Tunnel">
<a name="label" val="Reset"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(670,540)" name="Tunnel">
<a name="label" val="Co"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp loc="(380,460)" name="十进制计数器">
<a name="labelfont" val="Dialog plain 12"/>
</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="5" loc="(580,90)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(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,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 loc="(380,290)" name="六进制计数器">
<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="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="(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 lib="1" loc="(590,510)" 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,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>
</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="(420,410)" to="(420,480)"/>
<wire from="(340,650)" to="(400,650)"/>
<wire from="(530,90)" to="(530,100)"/>
<wire from="(550,350)" to="(550,360)"/>
<wire from="(500,140)" to="(690,140)"/>
<wire from="(210,360)" to="(210,430)"/>
<wire from="(350,10)" to="(350,140)"/>
<wire from="(580,460)" to="(630,460)"/>
<wire from="(340,540)" to="(340,550)"/>
<wire from="(360,460)" to="(530,460)"/>
<wire from="(720,450)" to="(760,450)"/>
<wire from="(340,570)" to="(340,650)"/>
<wire from="(620,340)" to="(620,370)"/>
<wire from="(600,640)" to="(600,670)"/>
<wire from="(570,440)" to="(570,520)"/>
<wire from="(650,440)" to="(650,520)"/>
<wire from="(320,360)" to="(320,390)"/>
<wire from="(550,390)" to="(550,410)"/>
<wire from="(20,140)" to="(20,170)"/>
<wire from="(140,120)" to="(170,120)"/>
<wire from="(470,640)" to="(560,640)"/>
<wire from="(550,380)" to="(570,380)"/>
<wire from="(540,520)" to="(570,520)"/>
<wire from="(620,520)" to="(650,520)"/>
<wire from="(250,370)" to="(260,370)"/>
<wire from="(320,440)" to="(320,500)"/>
<wire from="(570,330)" to="(570,380)"/>
<wire from="(590,600)" to="(730,600)"/>
<wire from="(540,500)" to="(550,500)"/>
<wire from="(610,370)" to="(620,370)"/>
<wire from="(620,500)" to="(630,500)"/>
<wire from="(450,440)" to="(450,560)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(500,10)" to="(500,140)"/>
<wire from="(540,470)" to="(590,470)"/>
<wire from="(560,510)" to="(560,640)"/>
<wire from="(380,430)" to="(430,430)"/>
<wire from="(550,350)" to="(610,350)"/>
<wire from="(570,330)" to="(630,330)"/>
<wire from="(400,650)" to="(400,660)"/>
<wire from="(470,640)" to="(470,650)"/>
<wire from="(490,390)" to="(490,590)"/>
<wire from="(470,80)" to="(470,100)"/>
<wire from="(690,140)" to="(690,170)"/>
<wire from="(700,590)" to="(700,620)"/>
<wire from="(590,400)" to="(690,400)"/>
<wire from="(450,270)" to="(1060,270)"/>
<wire from="(540,470)" to="(540,490)"/>
<wire from="(620,470)" to="(620,490)"/>
<wire from="(430,650)" to="(470,650)"/>
<wire from="(140,90)" to="(170,90)"/>
<wire from="(470,430)" to="(470,530)"/>
<wire from="(210,430)" to="(300,430)"/>
<wire from="(430,320)" to="(910,320)"/>
<wire from="(290,360)" to="(320,360)"/>
<wire from="(660,580)" to="(680,580)"/>
<wire from="(290,50)" to="(310,50)"/>
<wire from="(290,90)" to="(310,90)"/>
<wire from="(320,440)" to="(340,440)"/>
<wire from="(550,460)" to="(580,460)"/>
<wire from="(470,390)" to="(490,390)"/>
<wire from="(300,430)" to="(300,470)"/>
<wire from="(380,430)" to="(380,470)"/>
<wire from="(560,450)" to="(560,510)"/>
<wire from="(640,450)" to="(640,510)"/>
<wire from="(370,560)" to="(450,560)"/>
<wire from="(570,440)" to="(650,440)"/>
<wire from="(370,500)" to="(370,560)"/>
<wire from="(760,590)" to="(840,590)"/>
<wire from="(180,450)" to="(310,450)"/>
<wire from="(230,590)" to="(490,590)"/>
<wire from="(430,320)" to="(430,390)"/>
<wire from="(690,390)" to="(690,400)"/>
<wire from="(580,620)" to="(700,620)"/>
<wire from="(610,350)" to="(610,360)"/>
<wire from="(680,580)" to="(730,580)"/>
<wire from="(190,320)" to="(250,320)"/>
<wire from="(690,10)" to="(690,140)"/>
<wire from="(250,320)" to="(430,320)"/>
<wire from="(470,530)" to="(520,530)"/>
<wire from="(320,500)" to="(370,500)"/>
<wire from="(590,470)" to="(590,600)"/>
<wire from="(430,670)" to="(600,670)"/>
<wire from="(380,80)" to="(380,100)"/>
<wire from="(420,80)" to="(420,100)"/>
<wire from="(180,480)" to="(420,480)"/>
<wire from="(560,340)" to="(560,370)"/>
<wire from="(340,270)" to="(450,270)"/>
<wire from="(720,450)" to="(720,530)"/>
<wire from="(610,390)" to="(610,410)"/>
<wire from="(140,60)" to="(170,60)"/>
<wire from="(230,350)" to="(260,350)"/>
<wire from="(180,270)" to="(340,270)"/>
<wire from="(560,370)" to="(580,370)"/>
<wire from="(540,510)" to="(560,510)"/>
<wire from="(610,380)" to="(630,380)"/>
<wire from="(620,510)" to="(640,510)"/>
<wire from="(300,430)" to="(320,430)"/>
<wire from="(580,460)" to="(580,620)"/>
<wire from="(340,270)" to="(340,380)"/>
<wire from="(590,470)" to="(620,470)"/>
<wire from="(310,410)" to="(310,450)"/>
<wire from="(350,10)" to="(500,10)"/>
<wire from="(190,360)" to="(210,360)"/>
<wire from="(310,410)" to="(320,410)"/>
<wire from="(20,10)" to="(350,10)"/>
<wire from="(680,580)" to="(680,640)"/>
<wire from="(600,640)" to="(680,640)"/>
<wire from="(630,330)" to="(630,380)"/>
<wire from="(550,370)" to="(560,370)"/>
<wire from="(600,530)" to="(720,530)"/>
<wire from="(580,90)" to="(580,100)"/>
<wire from="(500,10)" to="(690,10)"/>
<wire from="(560,340)" to="(620,340)"/>
<wire from="(550,410)" to="(610,410)"/>
<wire from="(360,430)" to="(360,460)"/>
<wire from="(660,430)" to="(660,580)"/>
<wire from="(140,30)" to="(170,30)"/>
<wire from="(550,460)" to="(550,500)"/>
<wire from="(630,460)" to="(630,500)"/>
<wire from="(20,170)" to="(690,170)"/>
<wire from="(450,270)" to="(450,380)"/>
<wire from="(700,590)" to="(730,590)"/>
<wire from="(190,540)" to="(340,540)"/>
<wire from="(350,140)" to="(500,140)"/>
<wire from="(420,410)" to="(430,410)"/>
<wire from="(250,320)" to="(250,370)"/>
<wire from="(230,350)" to="(230,590)"/>
<wire from="(300,470)" to="(380,470)"/>
<wire from="(530,400)" to="(530,460)"/>
<wire from="(580,370)" to="(580,430)"/>
<wire from="(20,140)" to="(350,140)"/>
<wire from="(560,450)" to="(640,450)"/>
<wire from="(580,430)" to="(660,430)"/>
<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="6" loc="(465,32)" 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="(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="(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="(170,120)" name="Tunnel">
<a name="label" val="Reset"/>
<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="1" loc="(370,560)" 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="(190,540)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Reset"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(520,530)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</comp>
<comp lib="1" loc="(400,660)" 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="5" loc="(530,90)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(56,32)" name="Text">
<a name="text" val="输入引脚"/>
<a name="font" 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="5" loc="(580,90)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</comp>
<comp lib="1" loc="(760,590)" 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="(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,90)" name="Tunnel">
<a name="label" val="Enable"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(760,450)" name="Tunnel">
<a name="width" val="4"/>
<a name="label" val="Q0"/>
<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="(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="(530,400)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</comp>
<comp lib="0" loc="(590,400)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</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="(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="(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="(170,60)" name="Tunnel">
<a name="label" val="Load"/>
<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>
<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="(840,590)" name="Tunnel">
<a name="label" val="Co"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="0" loc="(600,530)" name="Splitter">
<a name="fanout" val="4"/>
<a name="incoming" val="4"/>
</comp>
<comp lib="6" loc="(78,159)" name="Text">
<a name="text" val="二十四进制计数器"/>
<a name="font" val="Dialog plain 12"/>
</comp>
<comp loc="(340,410)" name="十进制计数器">
<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="(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="(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="(290,360)" name="AND Gate">
<a name="size" val="30"/>
<a name="inputs" val="2"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp loc="(450,410)" name="十进制计数器">
<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="(690,390)" name="Tunnel">
<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 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>
</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="(400,720)" to="(590,720)"/>
<wire from="(410,550)" to="(410,680)"/>
<wire from="(510,10)" to="(510,140)"/>
<wire from="(1020,420)" to="(1020,430)"/>
<wire from="(360,730)" to="(540,730)"/>
<wire from="(400,240)" to="(400,250)"/>
<wire from="(510,10)" to="(820,10)"/>
<wire from="(430,410)" to="(550,410)"/>
<wire from="(360,240)" to="(360,250)"/>
<wire from="(370,370)" to="(370,380)"/>
<wire from="(280,80)" to="(280,100)"/>
<wire from="(370,490)" to="(370,510)"/>
<wire from="(240,470)" to="(350,470)"/>
<wire from="(820,140)" to="(820,170)"/>
<wire from="(410,370)" to="(410,390)"/>
<wire from="(480,80)" to="(480,100)"/>
<wire from="(500,660)" to="(500,680)"/>
<wire from="(20,10)" to="(510,10)"/>
<wire from="(630,430)" to="(630,460)"/>
<wire from="(390,430)" to="(390,460)"/>
<wire from="(510,430)" to="(510,460)"/>
<wire from="(640,80)" to="(640,100)"/>
<wire from="(20,140)" to="(20,170)"/>
<wire from="(120,60)" to="(150,60)"/>
<wire from="(660,330)" to="(660,440)"/>
<wire from="(440,500)" to="(470,500)"/>
<wire from="(350,700)" to="(370,700)"/>
<wire from="(430,540)" to="(450,540)"/>
<wire from="(560,460)" to="(590,460)"/>
<wire from="(330,330)" to="(330,370)"/>
<wire from="(440,480)" to="(450,480)"/>
<wire from="(480,680)" to="(490,680)"/>
<wire from="(820,170)" to="(820,290)"/>
<wire from="(360,680)" to="(360,730)"/>
<wire from="(20,170)" to="(20,290)"/>
<wire from="(480,420)" to="(610,420)"/>
<wire from="(230,310)" to="(620,310)"/>
<wire from="(230,310)" to="(230,370)"/>
<wire from="(670,440)" to="(670,450)"/>
<wire from="(20,10)" to="(20,140)"/>
<wire from="(490,480)" to="(490,610)"/>
<wire from="(230,240)" to="(230,250)"/>
<wire from="(510,140)" to="(820,140)"/>
<wire from="(820,10)" to="(820,140)"/>
<wire from="(270,240)" to="(270,250)"/>
<wire from="(560,500)" to="(600,500)"/>
<wire from="(430,80)" to="(430,100)"/>
<wire from="(20,140)" to="(510,140)"/>
<wire from="(230,80)" to="(230,100)"/>
<wire from="(650,370)" to="(650,450)"/>
<wire from="(240,540)" to="(280,540)"/>
<wire from="(590,80)" to="(590,100)"/>
<wire from="(790,80)" to="(790,100)"/>
<wire from="(500,680)" to="(540,680)"/>
<wire from="(560,610)" to="(560,650)"/>
<wire from="(120,30)" to="(150,30)"/>
<wire from="(560,480)" to="(580,480)"/>
<wire from="(560,560)" to="(580,560)"/>
<wire from="(490,480)" to="(520,480)"/>
<wire from="(360,430)" to="(390,430)"/>
<wire from="(360,680)" to="(380,680)"/>
<wire from="(380,700)" to="(400,700)"/>
<wire from="(610,480)" to="(640,480)"/>
<wire from="(620,370)" to="(650,370)"/>
<wire from="(610,420)" to="(610,480)"/>
<wire from="(620,310)" to="(620,370)"/>
<wire from="(370,530)" to="(630,530)"/>
<wire from="(350,420)" to="(480,420)"/>
<wire from="(490,610)" to="(560,610)"/>
<wire from="(480,420)" to="(480,680)"/>
<wire from="(390,430)" to="(510,430)"/>
<wire from="(530,380)" to="(530,450)"/>
<wire from="(370,510)" to="(370,520)"/>
<wire from="(510,430)" to="(630,430)"/>
<wire from="(380,80)" to="(380,100)"/>
<wire from="(400,700)" to="(400,720)"/>
<wire from="(680,460)" to="(780,460)"/>
<wire from="(540,680)" to="(780,680)"/>
<wire from="(510,370)" to="(510,400)"/>
<wire from="(710,480)" to="(710,560)"/>
<wire from="(370,670)" to="(370,700)"/>
<wire from="(540,80)" to="(540,100)"/>
<wire from="(740,80)" to="(740,100)"/>
<wire from="(20,170)" to="(820,170)"/>
<wire from="(20,290)" to="(820,290)"/>
<wire from="(550,370)" to="(550,410)"/>
<wire from="(120,120)" to="(150,120)"/>
<wire from="(370,380)" to="(530,380)"/>
<wire from="(680,480)" to="(710,480)"/>
<wire from="(530,650)" to="(560,650)"/>
<wire from="(430,410)" to="(430,450)"/>
<wire from="(280,630)" to="(420,630)"/>
<wire from="(540,510)" to="(540,630)"/>
<wire from="(370,520)" to="(510,520)"/>
<wire from="(660,510)" to="(660,630)"/>
<wire from="(370,670)" to="(380,670)"/>
<wire from="(570,390)" to="(570,450)"/>
<wire from="(600,500)" to="(600,560)"/>
<wire from="(540,680)" to="(540,730)"/>
<wire from="(660,440)" to="(670,440)"/>
<wire from="(420,510)" to="(420,630)"/>
<wire from="(270,370)" to="(330,370)"/>
<wire from="(540,630)" to="(660,630)"/>
<wire from="(530,240)" to="(530,250)"/>
<wire from="(380,480)" to="(380,550)"/>
<wire from="(240,450)" to="(360,450)"/>
<wire from="(390,500)" to="(390,510)"/>
<wire from="(380,690)" to="(380,700)"/>
<wire from="(490,240)" to="(490,250)"/>
<wire from="(500,650)" to="(500,660)"/>
<wire from="(590,460)" to="(590,720)"/>
<wire from="(420,630)" to="(540,630)"/>
<wire from="(370,520)" to="(370,530)"/>
<wire from="(780,460)" to="(780,680)"/>
<wire from="(330,80)" to="(330,100)"/>
<wire from="(360,430)" to="(360,450)"/>
<wire from="(430,540)" to="(430,560)"/>
<wire from="(660,630)" to="(1020,630)"/>
<wire from="(510,500)" to="(510,520)"/>
<wire from="(630,500)" to="(630,530)"/>
<wire from="(580,480)" to="(580,560)"/>
<wire from="(410,400)" to="(510,400)"/>
<wire from="(690,80)" to="(690,100)"/>
<wire from="(280,540)" to="(280,630)"/>
<wire from="(630,430)" to="(910,430)"/>
<wire from="(120,90)" to="(150,90)"/>
<wire from="(350,470)" to="(350,700)"/>
<wire from="(550,450)" to="(570,450)"/>
<wire from="(380,550)" to="(410,550)"/>
<wire from="(410,390)" to="(570,390)"/>
<wire from="(370,510)" to="(390,510)"/>
<wire from="(380,480)" to="(400,480)"/>
<wire from="(610,420)" to="(1020,420)"/>
<wire from="(490,640)" to="(490,680)"/>
<wire from="(390,500)" to="(400,500)"/>
<wire from="(390,460)" to="(400,460)"/>
<wire from="(680,500)" to="(750,500)"/>
<wire from="(510,460)" to="(520,460)"/>
<wire from="(510,500)" to="(520,500)"/>
<wire from="(490,640)" to="(500,640)"/>
<wire from="(330,330)" to="(660,330)"/>
<wire from="(410,400)" to="(410,450)"/>
<wire from="(350,420)" to="(350,470)"/>
<wire from="(750,500)" to="(750,560)"/>
<wire from="(450,480)" to="(450,540)"/>
<wire from="(470,500)" to="(470,560)"/>
<wire from="(240,490)" to="(370,490)"/>
<wire from="(630,460)" to="(640,460)"/>
<wire from="(630,500)" to="(640,500)"/>
<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="(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="(400,240)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(470,560)" 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="1" loc="(410,680)" 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="(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="(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="(150,30)" name="Tunnel">
<a name="label" val="Clock"/>
<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="(240,540)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Reset"/>
<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="(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="(120,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="(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="(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="5" loc="(230,240)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</comp>
<comp lib="0" loc="(370,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 lib="0" loc="(410,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>
<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="(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="5" loc="(360,240)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(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="(150,120)" name="Tunnel">
<a name="label" val="Reset"/>
<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="(230,370)" 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="(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="(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="(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="(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="(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="(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 loc="(420,480)" name="二十四进制计数器"/>
<comp lib="6" loc="(363,25)" name="Text">
<a name="font" 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 loc="(540,480)" name="六十进制计数器"/>
<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="5" loc="(530,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="5" loc="(270,240)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</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="(430,560)" 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="(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="5" loc="(490,240)" name="Hex Digit Display">
<a name="bg" val="#ffffff"/>
</comp>
<comp lib="0" loc="(710,560)" 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="6" loc="(320,222)" name="Text">
<a name="text" val=":"/>
<a name="font" val="Dialog bold 40"/>
</comp>
<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="(600,560)" 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="(750,560)" 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="(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="0" loc="(270,370)" 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="6" loc="(664,160)" name="Text">
<a name="text" val="请勿更改封装外观,否则无法完成测试"/>
<a name="font" 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="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="(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="(240,450)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Load"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<comp lib="1" loc="(530,650)" 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="(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="0" loc="(560,560)" 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="(510,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="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 loc="(660,480)" name="六十进制计数器"/>
<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="(240,490)" name="Tunnel">
<a name="facing" val="east"/>
<a name="label" val="Clock"/>
<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="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="6" loc="(78,159)" name="Text">
<a name="text" val="二十四小时计数器"/>
<a name="font" 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="(150,60)" name="Tunnel">
<a name="label" val="Load"/>
<a name="labelfont" val="Dialog plain 12"/>
</comp>
<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="(785,25)" name="Text">
<a name="text" val="输出引脚"/>
<a name="font" val="Dialog plain 12"/>
</comp>
</circuit>
</project>