Delete def directory
3 files changed
tree: 98c19d346f9c549ff0ebe04464f1d4e309f60b15
  1. deps/
  2. docs/
  3. gds/
  4. lef/
  5. lib/
  6. mag/
  7. maglef/
  8. Media/
  9. README.md
README.md

5-Bits Multiplier

Digital flow implementation using OpenLane for a custom 5-bit multiplier.

It works like the Wallace‘s or Dada’s multiplier, using the long multiplication algorithm and uses a custom adder which works like this:

221Adder.png

The addition tree is as follows:

CustomMultiply.png

It was presented as one of the exercises of the subject “Digital Systems II” in the first semester of 2022 at UIS, Santander, Colombia

Final result in Klayout

FinalResult.png