LovetheFrogs/PyCircTools

Create operation modules

LovetheFrogs opened this issue · 5 comments

Create modules for:

  • Full-adder (mode to choose between full adder and basic one)
  • Substraction (sub)
  • ALU
  • Shift registers
  • Sign extend registers
  • Pure binary - two's complement - pure binary converter

Under the Operators module

implemented adders

Add also a pure to two's complement module

implemented subtractors

implemented alu

implemented sign extension and shifter modules