Through common inputs and different outputs for every gate; AND, NAND, OR, NOR, NOT and XOR can be observe the logic states. It also allows you to test the different types of basic flip flops D, RS and JK
To test logic gates all inputs are common (A,B).
The outputs for each gate are addressed to different ports.
To test the flip flops must be selected using the selection pins (6,7).
pin 6 enables the JK or the rest.
pin 7 states enable D or SR so only one flip flop can be tested at a time.
It is expected to be able to validate its basic operation by means of truth tables.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | CLK (FLIP FLOPS) | OUT 0 (GATE AND) | |
1 | RST (FLIP FLOPS) | OUT 1 (GATE NAND) | |
2 | INO (INPUT A GATE) | OUT 2 (GATE OR) | |
3 | IN1 (INPUT B GATE) | OUT 3 (GATE NOR) | |
4 | IN2 (INPUT J FLIP FLOP) | OUT 4 (GATE NOT) | |
5 | IN3 (INPUT K FLIP FLOP) | OUT 5 (GATE XOR) | |
6 | IN4 (SET FLIP FLOP) | OUT 6 (FLIP FLOP Q) | |
7 | IN5 (D FLIP FLOP) | OUT 7 (FLIP FLOP Q') |