Skip to content

Sumith1896/tusSAT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
src
 
 
 
 
 
 
 
 
 
 

tusSAT

A hardware SAT solver implementation in VHDL for our CS 254: Digital Logic Design course project under the guidance of Prof. Supratik Chakraborty. The team name of the members tussle, hence the name tusSAT.

Usage

You can add the sources to a project and use tusSAT_top.vhd as your top module.
You can get ready-to-import project here https://cse.iitb.ac.in/~sumith/projects/tusSAT.tar.gz.

Doc

Our project documentation is in the doc section. The code has inline comments added too.

Testing

The tests are in tests subdirectory. The testbench are some select testbenches mostly from DIMACS Satisfiability challenges. You can also generate your .vhd testbench for your own boolean expression using syntestbench.py. This converts the given boolean expression to a .vhd testbench. This has SymPy as it's dependency. More detailed instructions can be found in it's readme.

Open source

The project will be maintained open source under MIT license.
We are welcome for contributions and design suggestions. We are also open to very general VHDL suggestions as we are rookies in this area. Please open an issue in this repository or ping us.
If you send in a PR, ping @Sumith1896 or @shubham-goel for review.

About

A SAT solver implementation in VHDL, team tussle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published