feature: more work on the alu

- got the 1 bit alu made into a component
- started on the 10Bit ALU
- added a 10Bit Buffer
This commit is contained in:
rigor
2026-06-29 00:01:52 -05:00
parent 4aca2cda51
commit b5d05e6a46
7 changed files with 539 additions and 16 deletions
@@ -0,0 +1,29 @@
<!DOCTYPE SimulIDE>
<!-- This file was generated by SimulIDE -->
<packageB name="General_Buffer_10Bit_v1.0.0" width="8" height="16" background="" type="None" >
<pin type="" xpos="-8" ypos="8" angle="180" length="8" space="0" id="IN9" label="IN9" />
<pin type="" xpos="-8" ypos="16" angle="180" length="8" space="0" id="IN8" label="IN8" />
<pin type="" xpos="-8" ypos="24" angle="180" length="8" space="0" id="IN7" label="IN7" />
<pin type="" xpos="-8" ypos="32" angle="180" length="8" space="0" id="IN6" label="IN6" />
<pin type="" xpos="-8" ypos="40" angle="180" length="8" space="0" id="IN5" label="IN5" />
<pin type="" xpos="-8" ypos="48" angle="180" length="8" space="0" id="IN4" label="IN4" />
<pin type="" xpos="-8" ypos="56" angle="180" length="8" space="0" id="IN3" label="IN3" />
<pin type="" xpos="-8" ypos="64" angle="180" length="8" space="0" id="IN2" label="IN2" />
<pin type="" xpos="-8" ypos="72" angle="180" length="8" space="0" id="IN1" label="IN1" />
<pin type="" xpos="-8" ypos="80" angle="180" length="8" space="0" id="IN0" label="IN0" />
<pin type="inv" xpos="-8" ypos="120" angle="180" length="8" space="0" id="ENABLE" label="ENABLE"/>
<pin type="" xpos="72" ypos="8" angle="0" length="8" space="0" id="OUT9" label="OUT9"/>
<pin type="" xpos="72" ypos="16" angle="0" length="8" space="0" id="Id" label="OUT8"/>
<pin type="" xpos="72" ypos="24" angle="0" length="8" space="0" id="Id" label="OUT7"/>
<pin type="" xpos="72" ypos="32" angle="0" length="8" space="0" id="Id" label="OUT6"/>
<pin type="" xpos="72" ypos="40" angle="0" length="8" space="0" id="Id" label="OUT5"/>
<pin type="" xpos="72" ypos="48" angle="0" length="8" space="0" id="Id" label="OUT4"/>
<pin type="" xpos="72" ypos="56" angle="0" length="8" space="0" id="Id" label="OUT3"/>
<pin type="" xpos="72" ypos="64" angle="0" length="8" space="0" id="Id" label="OUT2"/>
<pin type="" xpos="72" ypos="72" angle="0" length="8" space="0" id="Id" label="OUT1"/>
<pin type="" xpos="72" ypos="80" angle="0" length="8" space="0" id="Id" label="OUT0"/>
</packageB>
@@ -0,0 +1,283 @@
<circuit version="1.1.0-SR2" rev="260411" stepSize="1000000" stepsPS="1000000" NLsteps="100000" reaStep="1000000" animate="0" >
<item itemtype="Package" CircId="Package-72" mainComp="false" Show_id="false" Show_Val="false" Pos="-1060,-1036" rotation="0" hflip="1" vflip="1" label="Package-72" idLabPos="0,-20" labelrot="0" valLabPos="-16,20" valLabRot="0" SubcType="None" Width="8" Height="16" Name="General_Buffer_10Bit_v1.0.0" Package_File="General_Buffer_10Bit_v1.0.0.package" Logic_Symbol="true" />
<item itemtype="Resistor" CircId="Resistor-2" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1108,-740" rotation="90" hflip="1" vflip="1" label="Resistor-2" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Resistor" CircId="Resistor-3" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1060,-740" rotation="90" hflip="1" vflip="1" label="Resistor-3" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Mosfet" CircId="Mosfet-4" mainComp="false" Show_id="false" Show_Val="false" Pos="-1260,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-4" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Ground" CircId="Ground-6" mainComp="false" Show_id="false" Show_Val="false" Pos="-1108,-700" rotation="0" hflip="1" vflip="1" label="Ground-6" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Mosfet" CircId="Mosfet-7" mainComp="false" Show_id="false" Show_Val="false" Pos="-924,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-7" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Resistor" CircId="Resistor-8" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-964,-740" rotation="90" hflip="1" vflip="1" label="Resistor-8" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Resistor" CircId="Resistor-9" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-916,-740" rotation="90" hflip="1" vflip="1" label="Resistor-9" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Mosfet" CircId="Mosfet-10" mainComp="false" Show_id="false" Show_Val="false" Pos="-1116,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-10" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Resistor" CircId="Resistor-11" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1156,-740" rotation="90" hflip="1" vflip="1" label="Resistor-11" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Resistor" CircId="Resistor-13" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-820,-740" rotation="90" hflip="1" vflip="1" label="Resistor-13" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Ground" CircId="Ground-14" mainComp="false" Show_id="false" Show_Val="false" Pos="-1012,-700" rotation="0" hflip="1" vflip="1" label="Ground-14" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Mosfet" CircId="Mosfet-15" mainComp="false" Show_id="false" Show_Val="false" Pos="-972,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-15" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Ground" CircId="Ground-16" mainComp="false" Show_id="false" Show_Val="false" Pos="-1156,-700" rotation="0" hflip="1" vflip="1" label="Ground-16" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Resistor" CircId="Resistor-17" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1012,-740" rotation="90" hflip="1" vflip="1" label="Resistor-17" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Mosfet" CircId="Mosfet-18" mainComp="false" Show_id="false" Show_Val="false" Pos="-1020,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-18" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Ground" CircId="Ground-19" mainComp="false" Show_id="false" Show_Val="false" Pos="-820,-700" rotation="0" hflip="1" vflip="1" label="Ground-19" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Ground" CircId="Ground-20" mainComp="false" Show_id="false" Show_Val="false" Pos="-868,-700" rotation="0" hflip="1" vflip="1" label="Ground-20" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Mosfet" CircId="Mosfet-21" mainComp="false" Show_id="false" Show_Val="false" Pos="-1212,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-21" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Ground" CircId="Ground-22" mainComp="false" Show_id="false" Show_Val="false" Pos="-916,-700" rotation="0" hflip="1" vflip="1" label="Ground-22" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Resistor" CircId="Resistor-23" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-868,-740" rotation="90" hflip="1" vflip="1" label="Resistor-23" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Mosfet" CircId="Mosfet-24" mainComp="false" Show_id="false" Show_Val="false" Pos="-876,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-24" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Resistor" CircId="Resistor-25" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1204,-740" rotation="90" hflip="1" vflip="1" label="Resistor-25" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Mosfet" CircId="Mosfet-26" mainComp="false" Show_id="false" Show_Val="false" Pos="-828,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-26" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Ground" CircId="Ground-27" mainComp="false" Show_id="false" Show_Val="false" Pos="-1204,-700" rotation="0" hflip="1" vflip="1" label="Ground-27" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Resistor" CircId="Resistor-29" mainComp="false" ShowProp="Resistance" Show_id="false" Show_Val="true" Pos="-1252,-740" rotation="90" hflip="1" vflip="1" label="Resistor-29" idLabPos="-16,-24" labelrot="0" valLabPos="-16,6" valLabRot="0" Resistance="10000 Ω" />
<item itemtype="Ground" CircId="Ground-31" mainComp="false" Show_id="false" Show_Val="false" Pos="-964,-700" rotation="0" hflip="1" vflip="1" label="Ground-31" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Ground" CircId="Ground-32" mainComp="false" Show_id="false" Show_Val="false" Pos="-1060,-700" rotation="0" hflip="1" vflip="1" label="Ground-32" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Ground" CircId="Ground-34" mainComp="false" Show_id="false" Show_Val="false" Pos="-1252,-700" rotation="0" hflip="1" vflip="1" label="Ground-34" idLabPos="-16,8" labelrot="0" valLabPos="-16,20" valLabRot="0" />
<item itemtype="Mosfet" CircId="Mosfet-36" mainComp="false" Show_id="false" Show_Val="false" Pos="-1164,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-36" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Mosfet" CircId="Mosfet-38" mainComp="false" Show_id="false" Show_Val="false" Pos="-1068,-796" rotation="0" hflip="1" vflip="-1" label="Mosfet-38" idLabPos="18,0" labelrot="0" valLabPos="-16,20" valLabRot="0" P_Channel="true" Depletion="false" RDSon="1 Ω" Threshold="3 V" />
<item itemtype="Tunnel" CircId="Tunnel-39" mainComp="false" Show_id="false" Show_Val="false" Pos="-1252,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-39" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN9" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-40" mainComp="false" Show_id="false" Show_Val="false" Pos="-1292,-772" rotation="360" hflip="1" vflip="1" label="Tunnel-40" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="ENABLE" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-43" mainComp="false" Show_id="false" Show_Val="false" Pos="-1204,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-43" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN8" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-44" mainComp="false" Show_id="false" Show_Val="false" Pos="-1108,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-44" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN6" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-45" mainComp="false" Show_id="false" Show_Val="false" Pos="-1156,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-45" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN7" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-46" mainComp="false" Show_id="false" Show_Val="false" Pos="-1012,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-46" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN4" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-47" mainComp="false" Show_id="false" Show_Val="false" Pos="-964,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-47" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN3" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-48" mainComp="false" Show_id="false" Show_Val="false" Pos="-916,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-48" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN2" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-49" mainComp="false" Show_id="false" Show_Val="false" Pos="-1060,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-49" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN5" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-50" mainComp="false" Show_id="false" Show_Val="false" Pos="-868,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-50" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN1" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-51" mainComp="false" Show_id="false" Show_Val="false" Pos="-820,-820" rotation="90" hflip="1" vflip="1" label="Tunnel-51" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="IN0" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-52" mainComp="false" Show_id="false" Show_Val="false" Pos="-1188,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-52" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT8" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-53" mainComp="false" Show_id="false" Show_Val="false" Pos="-804,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-53" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT0" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-54" mainComp="false" Show_id="false" Show_Val="false" Pos="-948,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-54" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT3" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-55" mainComp="false" Show_id="false" Show_Val="false" Pos="-1140,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-55" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT7" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-56" mainComp="false" Show_id="false" Show_Val="false" Pos="-1044,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-56" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT5" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-57" mainComp="false" Show_id="false" Show_Val="false" Pos="-900,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-57" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT2" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-58" mainComp="false" Show_id="false" Show_Val="false" Pos="-1092,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-58" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT6" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-59" mainComp="false" Show_id="false" Show_Val="false" Pos="-852,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-59" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT1" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-60" mainComp="false" Show_id="false" Show_Val="false" Pos="-996,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-60" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT4" IsBus="false" />
<item itemtype="Tunnel" CircId="Tunnel-61" mainComp="false" Show_id="false" Show_Val="false" Pos="-1236,-692" rotation="270" hflip="1" vflip="1" label="Tunnel-61" idLabPos="-16,-24" labelrot="0" valLabPos="-16,20" valLabRot="0" Name="OUT9" IsBus="false" />
<item itemtype="Node" CircId="Node-5" mainComp="false" Pos="-1044,-772" />
<item itemtype="Node" CircId="Node-12" mainComp="false" Pos="-996,-772" />
<item itemtype="Node" CircId="Node-28" mainComp="false" Pos="-900,-772" />
<item itemtype="Node" CircId="Node-30" mainComp="false" Pos="-1092,-772" />
<item itemtype="Node" CircId="Node-33" mainComp="false" Pos="-1140,-772" />
<item itemtype="Node" CircId="Node-35" mainComp="false" Pos="-1188,-772" />
<item itemtype="Node" CircId="Node-37" mainComp="false" Pos="-948,-772" />
<item itemtype="Node" CircId="Node-41" mainComp="false" Pos="-1236,-772" />
<item itemtype="Node" CircId="Node-42" mainComp="false" Pos="-1284,-772" />
<item itemtype="Node" CircId="Node-62" mainComp="false" Pos="-820,-764" />
<item itemtype="Node" CircId="Node-63" mainComp="false" Pos="-868,-764" />
<item itemtype="Node" CircId="Node-64" mainComp="false" Pos="-916,-764" />
<item itemtype="Node" CircId="Node-65" mainComp="false" Pos="-964,-764" />
<item itemtype="Node" CircId="Node-66" mainComp="false" Pos="-1012,-764" />
<item itemtype="Node" CircId="Node-67" mainComp="false" Pos="-1060,-764" />
<item itemtype="Node" CircId="Node-68" mainComp="false" Pos="-1108,-764" />
<item itemtype="Node" CircId="Node-69" mainComp="false" Pos="-1156,-764" />
<item itemtype="Node" CircId="Node-70" mainComp="false" Pos="-1204,-764" />
<item itemtype="Node" CircId="Node-71" mainComp="false" Pos="-1252,-764" />
<item itemtype="Connector" uid="Connector-1" startpinid="Mosfet-10-Gate" endpinid="Node-33-1" pointList="-1132,-796,-1140,-796,-1140,-772" />
<item itemtype="Connector" uid="Connector-4" startpinid="Resistor-23-rPin" endpinid="Ground-20-Gnd" pointList="-868,-724,-868,-716" />
<item itemtype="Connector" uid="Connector-7" startpinid="Resistor-25-rPin" endpinid="Ground-27-Gnd" pointList="-1204,-724,-1204,-716" />
<item itemtype="Connector" uid="Connector-8" startpinid="Mosfet-36-Gate" endpinid="Node-35-1" pointList="-1180,-796,-1188,-796,-1188,-772" />
<item itemtype="Connector" uid="Connector-9" startpinid="Node-33-2" endpinid="Node-35-0" pointList="-1140,-772,-1188,-772" />
<item itemtype="Connector" uid="Connector-10" startpinid="Resistor-8-rPin" endpinid="Ground-31-Gnd" pointList="-964,-724,-964,-716" />
<item itemtype="Connector" uid="Connector-11" startpinid="Node-5-2" endpinid="Node-30-0" pointList="-1044,-772,-1092,-772" />
<item itemtype="Connector" uid="Connector-12" startpinid="Mosfet-38-Gate" endpinid="Node-30-1" pointList="-1084,-796,-1092,-796,-1092,-772" />
<item itemtype="Connector" uid="Connector-13" startpinid="Mosfet-18-Gate" endpinid="Node-5-1" pointList="-1036,-796,-1044,-796,-1044,-772" />
<item itemtype="Connector" uid="Connector-14" startpinid="Node-28-2" endpinid="Node-37-0" pointList="-900,-772,-948,-772" />
<item itemtype="Connector" uid="Connector-17" startpinid="Mosfet-26-Gate" endpinid="Node-28-0" pointList="-844,-796,-852,-796,-852,-772,-900,-772" />
<item itemtype="Connector" uid="Connector-19" startpinid="Resistor-3-rPin" endpinid="Ground-32-Gnd" pointList="-1060,-724,-1060,-716" />
<item itemtype="Connector" uid="Connector-20" startpinid="Resistor-9-rPin" endpinid="Ground-22-Gnd" pointList="-916,-724,-916,-716" />
<item itemtype="Connector" uid="Connector-21" startpinid="Mosfet-15-Gate" endpinid="Node-12-1" pointList="-988,-796,-996,-796,-996,-772" />
<item itemtype="Connector" uid="Connector-22" startpinid="Resistor-2-rPin" endpinid="Ground-6-Gnd" pointList="-1108,-724,-1108,-716" />
<item itemtype="Connector" uid="Connector-25" startpinid="Resistor-11-rPin" endpinid="Ground-16-Gnd" pointList="-1156,-724,-1156,-716" />
<item itemtype="Connector" uid="Connector-26" startpinid="Mosfet-24-Gate" endpinid="Node-28-1" pointList="-892,-796,-900,-796,-900,-772" />
<item itemtype="Connector" uid="Connector-27" startpinid="Resistor-13-rPin" endpinid="Ground-19-Gnd" pointList="-820,-724,-820,-716" />
<item itemtype="Connector" uid="Connector-29" startpinid="Node-30-2" endpinid="Node-33-0" pointList="-1092,-772,-1140,-772" />
<item itemtype="Connector" uid="Connector-30" startpinid="Node-37-2" endpinid="Node-12-0" pointList="-948,-772,-996,-772" />
<item itemtype="Connector" uid="Connector-31" startpinid="Node-12-2" endpinid="Node-5-0" pointList="-996,-772,-1044,-772" />
<item itemtype="Connector" uid="Connector-32" startpinid="Resistor-17-rPin" endpinid="Ground-14-Gnd" pointList="-1012,-724,-1012,-716" />
<item itemtype="Connector" uid="Connector-35" startpinid="Mosfet-7-Gate" endpinid="Node-37-1" pointList="-940,-796,-948,-796,-948,-772" />
<item itemtype="Connector" uid="Connector-37" startpinid="Resistor-29-rPin" endpinid="Ground-34-Gnd" pointList="-1252,-724,-1252,-716" />
<item itemtype="Connector" uid="Connector-40" startpinid="Node-41-1" endpinid="Node-42-1" pointList="-1236,-772,-1284,-772" />
<item itemtype="Connector" uid="Connector-41" startpinid="Node-35-2" endpinid="Node-41-0" pointList="-1188,-772,-1236,-772" />
<item itemtype="Connector" uid="Connector-42" startpinid="Node-41-2" endpinid="Mosfet-21-Gate" pointList="-1236,-772,-1236,-796,-1228,-796" />
<item itemtype="Connector" uid="Connector-43" startpinid="Mosfet-4-Gate" endpinid="Node-42-0" pointList="-1276,-796,-1284,-796,-1284,-772" />
<item itemtype="Connector" uid="Connector-44" startpinid="Node-42-2" endpinid="Tunnel-40-pin" pointList="-1284,-772,-1292,-772" />
<item itemtype="Connector" uid="Connector-45" startpinid="Tunnel-39-pin" endpinid="Mosfet-4-Sour" pointList="-1252,-820,-1252,-812" />
<item itemtype="Connector" uid="Connector-46" startpinid="Tunnel-43-pin" endpinid="Mosfet-21-Sour" pointList="-1204,-820,-1204,-812" />
<item itemtype="Connector" uid="Connector-47" startpinid="Tunnel-45-pin" endpinid="Mosfet-36-Sour" pointList="-1156,-820,-1156,-812" />
<item itemtype="Connector" uid="Connector-48" startpinid="Tunnel-44-pin" endpinid="Mosfet-10-Sour" pointList="-1108,-820,-1108,-812" />
<item itemtype="Connector" uid="Connector-49" startpinid="Tunnel-49-pin" endpinid="Mosfet-38-Sour" pointList="-1060,-820,-1060,-812" />
<item itemtype="Connector" uid="Connector-50" startpinid="Tunnel-46-pin" endpinid="Mosfet-18-Sour" pointList="-1012,-820,-1012,-812" />
<item itemtype="Connector" uid="Connector-51" startpinid="Tunnel-47-pin" endpinid="Mosfet-15-Sour" pointList="-964,-820,-964,-812" />
<item itemtype="Connector" uid="Connector-52" startpinid="Tunnel-48-pin" endpinid="Mosfet-7-Sour" pointList="-916,-820,-916,-812" />
<item itemtype="Connector" uid="Connector-53" startpinid="Tunnel-50-pin" endpinid="Mosfet-24-Sour" pointList="-868,-820,-868,-812" />
<item itemtype="Connector" uid="Connector-54" startpinid="Tunnel-51-pin" endpinid="Mosfet-26-Sour" pointList="-820,-820,-820,-812" />
<item itemtype="Connector" uid="Connector-55" startpinid="Tunnel-53-pin" endpinid="Node-62-1" pointList="-804,-692,-804,-764,-820,-764" />
<item itemtype="Connector" uid="Connector-56" startpinid="Mosfet-26-Dren" endpinid="Node-62-0" pointList="-820,-780,-820,-764" />
<item itemtype="Connector" uid="Connector-57" startpinid="Node-62-2" endpinid="Resistor-13-lPin" pointList="-820,-764,-820,-756" />
<item itemtype="Connector" uid="Connector-58" startpinid="Tunnel-59-pin" endpinid="Node-63-1" pointList="-852,-692,-852,-764,-868,-764" />
<item itemtype="Connector" uid="Connector-59" startpinid="Mosfet-24-Dren" endpinid="Node-63-0" pointList="-868,-780,-868,-764" />
<item itemtype="Connector" uid="Connector-60" startpinid="Node-63-2" endpinid="Resistor-23-lPin" pointList="-868,-764,-868,-756" />
<item itemtype="Connector" uid="Connector-61" startpinid="Tunnel-57-pin" endpinid="Node-64-1" pointList="-900,-692,-900,-764,-916,-764" />
<item itemtype="Connector" uid="Connector-62" startpinid="Mosfet-7-Dren" endpinid="Node-64-0" pointList="-916,-780,-916,-764" />
<item itemtype="Connector" uid="Connector-63" startpinid="Node-64-2" endpinid="Resistor-9-lPin" pointList="-916,-764,-916,-756" />
<item itemtype="Connector" uid="Connector-64" startpinid="Tunnel-54-pin" endpinid="Node-65-1" pointList="-948,-692,-948,-764,-964,-764" />
<item itemtype="Connector" uid="Connector-65" startpinid="Mosfet-15-Dren" endpinid="Node-65-0" pointList="-964,-780,-964,-764" />
<item itemtype="Connector" uid="Connector-66" startpinid="Node-65-2" endpinid="Resistor-8-lPin" pointList="-964,-764,-964,-756" />
<item itemtype="Connector" uid="Connector-67" startpinid="Tunnel-60-pin" endpinid="Node-66-1" pointList="-996,-692,-996,-764,-1012,-764" />
<item itemtype="Connector" uid="Connector-68" startpinid="Mosfet-18-Dren" endpinid="Node-66-0" pointList="-1012,-780,-1012,-764" />
<item itemtype="Connector" uid="Connector-69" startpinid="Node-66-2" endpinid="Resistor-17-lPin" pointList="-1012,-764,-1012,-756" />
<item itemtype="Connector" uid="Connector-70" startpinid="Tunnel-56-pin" endpinid="Node-67-1" pointList="-1044,-692,-1044,-764,-1060,-764" />
<item itemtype="Connector" uid="Connector-71" startpinid="Mosfet-38-Dren" endpinid="Node-67-0" pointList="-1060,-780,-1060,-764" />
<item itemtype="Connector" uid="Connector-72" startpinid="Node-67-2" endpinid="Resistor-3-lPin" pointList="-1060,-764,-1060,-756" />
<item itemtype="Connector" uid="Connector-73" startpinid="Tunnel-58-pin" endpinid="Node-68-1" pointList="-1092,-692,-1092,-764,-1108,-764" />
<item itemtype="Connector" uid="Connector-74" startpinid="Mosfet-10-Dren" endpinid="Node-68-0" pointList="-1108,-780,-1108,-764" />
<item itemtype="Connector" uid="Connector-75" startpinid="Node-68-2" endpinid="Resistor-2-lPin" pointList="-1108,-764,-1108,-756" />
<item itemtype="Connector" uid="Connector-76" startpinid="Tunnel-55-pin" endpinid="Node-69-1" pointList="-1140,-692,-1140,-764,-1156,-764" />
<item itemtype="Connector" uid="Connector-77" startpinid="Resistor-11-lPin" endpinid="Node-69-0" pointList="-1156,-756,-1156,-764" />
<item itemtype="Connector" uid="Connector-78" startpinid="Node-69-2" endpinid="Mosfet-36-Dren" pointList="-1156,-764,-1156,-780" />
<item itemtype="Connector" uid="Connector-79" startpinid="Tunnel-52-pin" endpinid="Node-70-1" pointList="-1188,-692,-1188,-764,-1204,-764" />
<item itemtype="Connector" uid="Connector-80" startpinid="Mosfet-21-Dren" endpinid="Node-70-0" pointList="-1204,-780,-1204,-764" />
<item itemtype="Connector" uid="Connector-81" startpinid="Node-70-2" endpinid="Resistor-25-lPin" pointList="-1204,-764,-1204,-756" />
<item itemtype="Connector" uid="Connector-82" startpinid="Tunnel-61-pin" endpinid="Node-71-1" pointList="-1236,-692,-1236,-764,-1252,-764" />
<item itemtype="Connector" uid="Connector-83" startpinid="Mosfet-4-Dren" endpinid="Node-71-0" pointList="-1252,-780,-1252,-764" />
<item itemtype="Connector" uid="Connector-84" startpinid="Node-71-2" endpinid="Resistor-29-lPin" pointList="-1252,-764,-1252,-756" />
</circuit>