Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

haskell-circuit

circuit diagram emulating in haskell

right now just made combinatorial circuits (no memory)

circuits are based around constant false (ground), NAND gates, and combinations of other combinatorial circuits

capabilities include:

  • all the basic logic gates (AND, OR, NOT, ...)
  • basic logic gates with variable input sizes
  • variable size muxes
  • printing truth tables of your circuits
  • check the behavior of your circuit against a function of type [Bool] -> [Bool]
  • make a circuit diagram given a function of type [Bool] -> [Bool]

About

circuit diagram emulating in haskell

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages