wredan / Karnaugh-Map-Solver
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician.
☆30Updated 2 months ago
Alternatives and similar repositories for Karnaugh-Map-Solver:
Users that are interested in Karnaugh-Map-Solver are comparing it to the libraries listed below
- Implementation of Quine McCluskey algorithm in Python 3☆56Updated 10 months ago
- Hardware description language (HDL) parser, and Hardware simulator.☆87Updated 6 years ago
- Tiny programs from various sources, for testing softcores☆97Updated 11 months ago
- Hardware Implementation of Advanced Encryption Standard Algorithm in VHDL☆19Updated 5 years ago
- A logic circuit simulator made with p5.js library.☆64Updated last year
- This repository contains the verilog code files of Single Cycle RISC-V architecture☆21Updated 5 years ago
- Minispec Hardware Description Language☆20Updated 11 months ago
- A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )☆27Updated 3 years ago
- LEGv8 CPU implementation and some tools like a LEGv8 assembler