Karnaugh Map (K-Map) Solver & Minimizer
Click cells to toggle between 0, 1, and X (Don't Care). Automatically generates minimal Sum-of-Products (SOP) and Verilog/C assignment code.
Variables:
Minimal Sum of Products (SOP):
0
SystemVerilog / Verilog Code:
assign F = 0;
C / C++ Bitwise Code:
bool F = false;