LovetheFrogs/PyCircTools

Implement latches/flip-flops package

LovetheFrogs opened this issue · 1 comments

Implement a new package containing common latches.

Add the following latches:

  • SR Latch
  • D Latch

Add the following flip-flops:

  • SR Flip-Flop
  • D Flip-Flop
  • JK Flip-Flop
  • T Flip-Flop