Skip to content
/ aig Public

Provides an interface for AIGs and word-level operations on them

License

Notifications You must be signed in to change notification settings

GaloisInc/aig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Haskell Interface for And-Inverter Graphs
-------------------------------------------

This package provides a generic interfaces for working
with And-Inverter graphs (AIGs) in Haskell.  And-Inverter graphs
are a useful format for representing combinatorial and
sequential boolean circuits in a way that is amenable to
simulation and analysis.

These interfaces allow clients to write code that can create
and use AIGs without depending on a particular AIG package.
The [abcBridge package][abcBridge] provides an instance of this API that binds
to the [ABC][ABC] library.

[abcBridge]: http://github.com/GaloisInc/abcBridge
[ABC]: http://www.eecs.berkeley.edu/~alanmi/abc/

About

Provides an interface for AIGs and word-level operations on them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages