parent
0fa320817a
commit
50fe0e2267
@ -0,0 +1,21 @@ |
|||||||
|
# ALU opcodes |
||||||
|
|
||||||
|
| mnemonic | operands | outputs | opcode | |
||||||
|
|----------|----------|-----------------------|--------| |
||||||
|
| ADD | I1, I2 | U0 = I1 + I2 + C | | |
||||||
|
| SUB | I1, I2 | U0 = I1 - I2 - C | | |
||||||
|
| MULU | I1, I2 | U1:U0 = I1 * I2 | | |
||||||
|
| MULS | I1, I2 | U1:U0 = (s)I1 * (s)I2 | | |
||||||
|
| DIVU | I1, I2 | U0 = I1 / I2 | | |
||||||
|
| | | U1 = I1 % I2 | | |
||||||
|
| DIVS | I1, I2 | U0 = (s)I1 / (s)I2 | | |
||||||
|
| | | U1 = U1 % Rd2 > 0 | | |
||||||
|
| SHL | I1, I2 | U0 = I1 << I2 | | |
||||||
|
| ROL | I1, I2 | U0 = I1 rot_l I2) | | |
||||||
|
| SHR | I1, I2 | U0 = I1 >> I2 | | |
||||||
|
| ROR | I1, I2 | U0 = I1 rot_r I2 | | |
||||||
|
| AND | I1, I2 | U0 = I1 & I2 | | |
||||||
|
| OR | I1, I2 | U0 = I1 or I2 | | |
||||||
|
| NOT | I1 | U0 = !I1 | | |
||||||
|
| XOR | I1, I2 | U0 = I1 xor I2 | | |
||||||
|
|
@ -0,0 +1,202 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<circuit> |
||||||
|
<version>1</version> |
||||||
|
<attributes/> |
||||||
|
<visualElements> |
||||||
|
<visualElement> |
||||||
|
<elementName>Splitter</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Input Splitting</string> |
||||||
|
<string>16</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Output Splitting</string> |
||||||
|
<string>1*16</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="480" y="380"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Multiplexer</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="640" y="360"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Splitter</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>mirror</string> |
||||||
|
<boolean>true</boolean> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Input Splitting</string> |
||||||
|
<string>1*16</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Output Splitting</string> |
||||||
|
<string>16</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="540" y="680"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>In</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>I</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="380" y="380"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>In</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>Rev</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="380" y="720"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Out</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>O</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="760" y="380"/> |
||||||
|
</visualElement> |
||||||
|
</visualElements> |
||||||
|
<wires> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="480"/> |
||||||
|
<p2 x="540" y="480"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="640"/> |
||||||
|
<p2 x="540" y="640"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="420"/> |
||||||
|
<p2 x="540" y="420"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="580"/> |
||||||
|
<p2 x="540" y="580"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="520"/> |
||||||
|
<p2 x="540" y="520"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="680"/> |
||||||
|
<p2 x="540" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="560" y="680"/> |
||||||
|
<p2 x="600" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="360"/> |
||||||
|
<p2 x="640" y="360"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="460"/> |
||||||
|
<p2 x="540" y="460"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="620"/> |
||||||
|
<p2 x="540" y="620"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="400"/> |
||||||
|
<p2 x="640" y="400"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="400"/> |
||||||
|
<p2 x="540" y="400"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="560"/> |
||||||
|
<p2 x="540" y="560"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="380" y="720"/> |
||||||
|
<p2 x="660" y="720"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="500"/> |
||||||
|
<p2 x="540" y="500"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="660"/> |
||||||
|
<p2 x="540" y="660"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="440" y="340"/> |
||||||
|
<p2 x="600" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="440"/> |
||||||
|
<p2 x="540" y="440"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="600"/> |
||||||
|
<p2 x="540" y="600"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="680" y="380"/> |
||||||
|
<p2 x="760" y="380"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="380"/> |
||||||
|
<p2 x="540" y="380"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="380" y="380"/> |
||||||
|
<p2 x="440" y="380"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="440" y="380"/> |
||||||
|
<p2 x="480" y="380"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="500" y="540"/> |
||||||
|
<p2 x="540" y="540"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="660" y="400"/> |
||||||
|
<p2 x="660" y="720"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="440" y="340"/> |
||||||
|
<p2 x="440" y="380"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="400"/> |
||||||
|
<p2 x="600" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="340"/> |
||||||
|
<p2 x="600" y="360"/> |
||||||
|
</wire> |
||||||
|
</wires> |
||||||
|
<measurementOrdering/> |
||||||
|
</circuit> |
@ -0,0 +1,490 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<circuit> |
||||||
|
<version>1</version> |
||||||
|
<attributes/> |
||||||
|
<visualElements> |
||||||
|
<visualElement> |
||||||
|
<elementName>Mul</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1040" y="300"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>In</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>S</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="600" y="560"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>In</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>a</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="600" y="280"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>In</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>b</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="600" y="500"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Splitter</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Input Splitting</string> |
||||||
|
<string>16</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Output Splitting</string> |
||||||
|
<string>15,1</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="680" y="280"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>And</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>wideShape</string> |
||||||
|
<boolean>true</boolean> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="800" y="300"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Neg</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="780" y="240"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Multiplexer</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="880" y="200"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Splitter</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Input Splitting</string> |
||||||
|
<string>16</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Output Splitting</string> |
||||||
|
<string>15,1</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="680" y="500"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>And</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>wideShape</string> |
||||||
|
<boolean>true</boolean> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="800" y="520"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Neg</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="780" y="460"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Multiplexer</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="880" y="420"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>XOr</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>wideShape</string> |
||||||
|
<boolean>true</boolean> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="780" y="640"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>And</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>wideShape</string> |
||||||
|
<boolean>true</boolean> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="900" y="660"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Neg</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>32</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1160" y="320"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Add</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>32</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1280" y="320"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Const</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Value</string> |
||||||
|
<long>0</long> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1240" y="360"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Const</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>32</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1260" y="340"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Multiplexer</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>32</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1400" y="280"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Splitter</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Input Splitting</string> |
||||||
|
<string>32</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Output Splitting</string> |
||||||
|
<string>16,16</string> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1500" y="300"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Out</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>m0</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1580" y="280"/> |
||||||
|
</visualElement> |
||||||
|
<visualElement> |
||||||
|
<elementName>Out</elementName> |
||||||
|
<elementAttributes> |
||||||
|
<entry> |
||||||
|
<string>Label</string> |
||||||
|
<string>m1</string> |
||||||
|
</entry> |
||||||
|
<entry> |
||||||
|
<string>Bits</string> |
||||||
|
<int>16</int> |
||||||
|
</entry> |
||||||
|
</elementAttributes> |
||||||
|
<pos x="1580" y="340"/> |
||||||
|
</visualElement> |
||||||
|
</visualElements> |
||||||
|
<wires> |
||||||
|
<wire> |
||||||
|
<p1 x="880" y="320"/> |
||||||
|
<p2 x="900" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1100" y="320"/> |
||||||
|
<p2 x="1140" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1220" y="320"/> |
||||||
|
<p2 x="1280" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1340" y="320"/> |
||||||
|
<p2 x="1400" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1520" y="320"/> |
||||||
|
<p2 x="1560" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1140" y="320"/> |
||||||
|
<p2 x="1160" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="760" y="640"/> |
||||||
|
<p2 x="780" y="640"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="420"/> |
||||||
|
<p2 x="880" y="420"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="200"/> |
||||||
|
<p2 x="880" y="200"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="700" y="520"/> |
||||||
|
<p2 x="760" y="520"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="760" y="520"/> |
||||||
|
<p2 x="800" y="520"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="740" y="680"/> |
||||||
|
<p2 x="780" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="980" y="680"/> |
||||||
|
<p2 x="1420" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1240" y="360"/> |
||||||
|
<p2 x="1280" y="360"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="980" y="300"/> |
||||||
|
<p2 x="1040" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="700" y="300"/> |
||||||
|
<p2 x="740" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1440" y="300"/> |
||||||
|
<p2 x="1500" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1520" y="300"/> |
||||||
|
<p2 x="1560" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="740" y="300"/> |
||||||
|
<p2 x="800" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="460"/> |
||||||
|
<p2 x="780" y="460"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="840" y="460"/> |
||||||
|
<p2 x="880" y="460"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="560"/> |
||||||
|
<p2 x="620" y="560"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="620" y="560"/> |
||||||
|
<p2 x="800" y="560"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="240"/> |
||||||
|
<p2 x="780" y="240"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="840" y="240"/> |
||||||
|
<p2 x="880" y="240"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="620" y="720"/> |
||||||
|
<p2 x="860" y="720"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="980" y="340"/> |
||||||
|
<p2 x="1040" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="620" y="340"/> |
||||||
|
<p2 x="800" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1260" y="340"/> |
||||||
|
<p2 x="1280" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1560" y="340"/> |
||||||
|
<p2 x="1580" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="500"/> |
||||||
|
<p2 x="640" y="500"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="500"/> |
||||||
|
<p2 x="680" y="500"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="860" y="660"/> |
||||||
|
<p2 x="900" y="660"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="600" y="280"/> |
||||||
|
<p2 x="640" y="280"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1140" y="280"/> |
||||||
|
<p2 x="1400" y="280"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1560" y="280"/> |
||||||
|
<p2 x="1580" y="280"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="280"/> |
||||||
|
<p2 x="680" y="280"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="920" y="440"/> |
||||||
|
<p2 x="980" y="440"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="880" y="540"/> |
||||||
|
<p2 x="900" y="540"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="920" y="220"/> |
||||||
|
<p2 x="980" y="220"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="860" y="700"/> |
||||||
|
<p2 x="900" y="700"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="200"/> |
||||||
|
<p2 x="640" y="240"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="420"/> |
||||||
|
<p2 x="640" y="460"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="460"/> |
||||||
|
<p2 x="640" y="500"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="640" y="240"/> |
||||||
|
<p2 x="640" y="280"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="900" y="460"/> |
||||||
|
<p2 x="900" y="540"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="900" y="240"/> |
||||||
|
<p2 x="900" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="980" y="340"/> |
||||||
|
<p2 x="980" y="440"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="980" y="220"/> |
||||||
|
<p2 x="980" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="740" y="300"/> |
||||||
|
<p2 x="740" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1140" y="280"/> |
||||||
|
<p2 x="1140" y="320"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="760" y="520"/> |
||||||
|
<p2 x="760" y="640"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1560" y="280"/> |
||||||
|
<p2 x="1560" y="300"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1560" y="320"/> |
||||||
|
<p2 x="1560" y="340"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="1420" y="320"/> |
||||||
|
<p2 x="1420" y="680"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="620" y="340"/> |
||||||
|
<p2 x="620" y="560"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="620" y="560"/> |
||||||
|
<p2 x="620" y="720"/> |
||||||
|
</wire> |
||||||
|
<wire> |
||||||
|
<p1 x="860" y="700"/> |
||||||
|
<p2 x="860" y="720"/> |
||||||
|
</wire> |
||||||
|
</wires> |
||||||
|
<measurementOrdering/> |
||||||
|
</circuit> |
Loading…
Reference in new issue