Skip to content

Maximilean/ML_for_EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Machine Learning in EDA

This repository contains a brief description of the main areas of machine learning and neural networks applications for Electronic Design Automation(EDA).
Nowadays the usage of ML for EDA is rapidly gaining popularity in the field of chip design. The three main approaches (from my personal experience) of ML algorithms application for design purposes are presented below.

  • Supervised Design Metrics Prediction
  • Unsupervised Design Optimization
  • Reinforcement Learning Optimization

These approaches differ in the classes of algorithms used and in the result we want to get from them. For example in Supervised Metrics Prediction we want to estimate the final crucial metricls of design without real implementation. Accurate prediction algorithm at early design stages can essentially reduce time consumption, it minimize the time of further suboptimal physical implementations.
In Unsupervised Design Optimization we want to have algorithm that helps us to improve our physical design flow and get better metrics as a result. Reinforcement Learning algorithms often uses to automize and speed up processes.

In this field, a wide variety of machine learning algorithms are used for various tasks, but the most popular algorithm is Graph Neural Networks(GNNs). The reason of GNN's popularity is quite simple, since netlist represented as a graph, it is convenient to use graph machine learning methods to work with it. GNNs extract features from netlist and form embeddings to work with.

Some articles

About

Overview of ML application in EDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages