Designing and simulating a NAND gate
Logic DesignGiven a 2-input nand gate with inputs A and B, the truth table looks like:
Since only logic ones as inputs result in a zero output the schematic has to look like:
Simulating the output using IRSIM results in the following picture: ![]() As you can see the circuit utilizing two PMOS and two NMOS is a functioning nand gate. |