LovetheFrogs/PyCircTools

Create logic gates package

Closed this issue · 6 comments

Create a package containing operations for each basic logic gate. Need to implement the following gates, each one in a different .py file.

  • NOT
  • AND
  • OR
  • NAND
  • NOR
  • XOR

Implemented AND gate

Implemented NOT gate

Implemented OR gate

Implemented NAND gate

Implemented NOR gate

Implemented XOR gate