Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 2.16 KB

README.md

File metadata and controls

34 lines (26 loc) · 2.16 KB

OptiVLSI

Very Large Scale Integration abbreviated as VLSI involves digital circuits dealing with billions of transistors, and requires computerized design automation, design verification and testing algorithms. Digital circuits are often represented using graphs, where the logic gates are nodes and their interconnections are the edges. Since VLSI circuits have millions of logic gates, there is a need for fast and highly optimized graph algorithms. There are a few optimized graph libraries with optimized basic graph operations such as networkx, but there are no optimized and high performance open source libraries which build upon these to specifically cater to the VLSI computer aided design automation industry.

Initially Implemented Optimised Implementations/Algorithms (Documentation can be found here)

Optimization Tools Used

  • Numba: All the algorithms that are implemented have been accelerated using numba and their runtimes have been compared with pythonic and other implementations
  • Automan: To automate simulations, benchmark algorithms, several circuits/graphs of varying sizes were used and results for the same were generated using automan
This open-source codebase started as a course project for the course offered at IIT Bombay, AE6102 - Parallel Scientific Computing and Visualization. We are open to more open-source contributions

Collaborators

  • Rohan Rajesh Kalbag
  • Neeraj Prabhu