Delete deps/timing-scripts directory
26 files changed
tree: 298f144f5af2fd972f67d0bb399e09f4ed4ba2b7
  1. docs/
  2. gds/
  3. lef/
  4. lib/
  5. mag/
  6. maglef/
  7. Media/
  8. 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