Revolutionizing TCAD Simulations with Universal Device Encoding and Graph Attention Networks

Guangxi Fan,Leilai Shao,Kain Lu Low
2024-01-23
Abstract:An innovative methodology that leverages artificial intelligence (AI) and graph representation for semiconductor device encoding in TCAD device simulation is proposed. A graph-based universal encoding scheme is presented that not only considers material-level and device-level embeddings, but also introduces a novel spatial relationship embedding inspired by interpolation operations typically used in finite element meshing. Universal physical laws from device simulations are leveraged for comprehensive data-driven modeling, which encompasses surrogate Poisson emulation and current-voltage (IV) prediction based on drift-diffusion model. Both are achieved using a novel graph attention network, referred to as RelGAT. Comprehensive technical details based on the device simulator Sentaurus TCAD are presented, empowering researchers to adopt the proposed AI-driven Electronic Design Automation (EDA) solution at the device level.
Machine Learning,Artificial Intelligence,Hardware Architecture
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to revolutionize TCAD (Technology Computer-Aided Design) simulation of semiconductor devices by introducing a universal encoding method based on graph representation. Specifically, the paper proposes the following innovations: 1. **Universal Encoding Method**: A universal encoding method based on graph structure is proposed. This method not only considers material-level and device-level embeddings but also introduces a new spatial relationship embedding method inspired by finite element mesh interpolation operations. 2. **Integrated API**: An integrated API has been developed to efficiently extract complex data structures from proprietary commercial software and convert them into forms compatible with machine learning frameworks such as PyTorch. This allows researchers to easily exchange data between device simulators and machine learning platforms. 3. **Relative Position Information**: A novel method is proposed that uses relative position information as edge features in the graph attention network model (RelGAT). This method dynamically assigns the importance of nodes based on the physical device structure. 4. **Case Studies**: The application of the proposed method is demonstrated through two case studies, including Poisson equation simulation based on node regression and current-voltage prediction under the drift-diffusion model based on graph regression. Through these innovations, the paper aims to address the challenges present in current semiconductor device design and simulation, particularly in handling complex design elements, material diversity, and process variations. Additionally, the method emphasizes openness and inclusivity, not relying on proprietary software, thereby promoting broader research collaboration and development.