Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 1.03 KB

README.md

File metadata and controls

8 lines (8 loc) · 1.03 KB

FM-partioner

Fiduccia-Mattheyses method to bi-partition the ISPD 2016 benchmarks and minimized the cutset

  • I did this project along with Akash Tadmare as a part of Design Automation of VLSI systems course.
  • In this project, we have developed a Fiduccia-Mattheyses(FM) method to bi-partition the ISPD 2016 benchmarks and minimized the cutset
  • The report file briefly explains the complete FM method and discusses about, how this method is used to bipartition the hypergraph model of a circuit. The report ends with discussion of results and final conclusion.
  • fmpart.cpp is the C++ implementation of the FM method.
  • This code is tested on ISPD 2016 benchmark circuits.
  • Readme.txt file explains the step by step procedure to execute the code.