Sequential Circuit Minimization (K-Maps/Quine-McCluskey)
Algorithmic methods (like Karnaugh Maps or Quine-McCluskey) used to simplify the Boolean expressions defining the next-state logic and output functions.
📜
The statement of the theorem
Circuit minimization aims to find the minimal Boolean function equivalent to the original function . For sequential logic, this involves minimizing both the next-state function and the output function . Methods like the Quine-McCluskey algorithm systematically identify prime implicants (PIs) that cover the required minterms, ensuring that the resulting simplified expression maintains logical equivalence: where are the selected prime implicants.