166 lines
2.6 KiB
YAML
Executable File
166 lines
2.6 KiB
YAML
Executable File
list:
|
|
100:
|
|
skin: input
|
|
width: 3
|
|
height: 3
|
|
class: InputGate
|
|
output:
|
|
- Q 1.5 1.5 E big
|
|
110:
|
|
skin: output
|
|
width: 3
|
|
height: 3
|
|
class: OutputGate
|
|
input:
|
|
- A 1.5 1.5 W big
|
|
200:
|
|
skin: buffer
|
|
width: 3
|
|
height: 3
|
|
input:
|
|
- A 0.5 1.5 W
|
|
output:
|
|
- Q 2.5 1.5 E
|
|
210:
|
|
skin: and
|
|
width: 5
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 4.5 2.5 E
|
|
220:
|
|
skin: or
|
|
width: 5
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 4.5 2.5 E
|
|
230:
|
|
skin: xor
|
|
width: 6
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 5.5 2.5 E
|
|
230:
|
|
skin: xor
|
|
width: 6
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 5.5 2.5 E
|
|
240:
|
|
skin: not
|
|
width: 4
|
|
height: 3
|
|
input:
|
|
- A 0.5 1.5 W
|
|
output:
|
|
- Q 3.5 1.5 E
|
|
250:
|
|
skin: nand
|
|
width: 6
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 5.5 2.5 E
|
|
260:
|
|
skin: nor
|
|
width: 6
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 5.5 2.5 E
|
|
270:
|
|
skin: xnor
|
|
width: 7
|
|
height: 5
|
|
input:
|
|
- A 0.5 1.5 W
|
|
- B 0.5 3.5 W
|
|
output:
|
|
- Q 6.5 2.5 E
|
|
300:
|
|
name: SR Latch
|
|
width: 5
|
|
height: 5
|
|
input:
|
|
- S 0.5 1.5 W
|
|
- R 0.5 3.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 3.5 E
|
|
310:
|
|
name: JK Latch
|
|
width: 5
|
|
height: 5
|
|
input:
|
|
- J 0.5 1.5 W
|
|
- K 0.5 3.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 3.5 E
|
|
320:
|
|
name: D Latch
|
|
width: 5
|
|
height: 5
|
|
input:
|
|
- D 0.5 1.5 W
|
|
- E 0.5 3.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 3.5 E
|
|
400:
|
|
name: SR Flip-Flop
|
|
width: 5
|
|
height: 7
|
|
input:
|
|
- S 0.5 1.5 W
|
|
- R 0.5 3.5 W
|
|
- CLK 0.5 5.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 5.5 E
|
|
410:
|
|
name: JK Flip-Flop
|
|
width: 5
|
|
height: 7
|
|
input:
|
|
- J 0.5 1.5 W
|
|
- K 0.5 3.5 W
|
|
- CLK 0.5 5.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 5.5 E
|
|
420:
|
|
name: D Flip-Flop
|
|
width: 5
|
|
height: 7
|
|
input:
|
|
- D 0.5 1.5 W
|
|
- CLK 0.5 5.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 5.5 E
|
|
430:
|
|
name: T Flip-Flop
|
|
width: 5
|
|
height: 7
|
|
input:
|
|
- T 0.5 1.5 W
|
|
- CLK 0.5 5.5 W
|
|
output:
|
|
- Q 4.5 1.5 E
|
|
- Q̅ 4.5 5.5 E |