Skip to content

Multiprecision carry select adder.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

cout-hello-world/cs_add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs_add Readme

This repository contains a carry select adder implemented with the GNU MP library. It’s still slower than GNU MP by about a factor of two so it has no real practical purpose. It may have bugs as well. If you can help with any of these issues, send me a pull request.

Building

The GNU MP library is required. The test program also requires a C++ 11 compiler.

To build the test program

git clone https://github.com/cout-hello-world/cs_add.git
cd cs_add
make

The test program will be in the test directory, and the object code for the parallel adder will be in the src directory.

About

Multiprecision carry select adder.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published