Skip to content

This is a C++ implementation of Programmable Logic Array.

Notifications You must be signed in to change notification settings

mansiag/Programmable-Logic-Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Programmable-Logic-Array

This is a C++ implementation of Programmable Logic Array.

LOGIC:

  1. Quine McCluskey Method is used for the minimization of functions.
  2. Set in STL C++ is used to find the union of minterms of a possible combination of functions.
  3. The set with minimum size gives the selected functions.

About

This is a C++ implementation of Programmable Logic Array.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages