This site is part of paper "Design and Evaluation of In-Exact Compressor based Approximate Multipliers" . https://dl.acm.org/doi/10.1145/3526241.3530320
Verilog Source files for all the multiplier designs used in the paper :
The top modules are in top_1step.v, top_2step.v and top_3step.v
To use the multipliers, instantiate the required multiplier top module in your application, and add the other verilog files in project.
Testbench to obtain the simulation results, and perform error analysis as discussed in paper :
Following slides help to understand the compressors design :
Please note : The mapping for naming in paper to this website
One-Step-Ap --> 1step
One-Step-Ap-Logic-Pruning --> 1step_trunc
Two-Step-Ap --> 2step
Two-Step-Ap-Logic-Pruning --> 2step_trunc
Three-Step-Ap --> 3_step
Three-Step-Ap-Logic_pruning --> 3step_trunc
Copyright 2022 : Prashanth H C (prashanth.c@iiitb.ac.in)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.