ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1706.08948
25
8
v1v2 (latest)

Training a Fully Convolutional Neural Network to Route Integrated Circuits

27 June 2017
Sambhav R. Jain
Kye L. Okabe
    SSL
ArXiv (abs)PDFHTMLGithub (67★)
Abstract

We present a deep, fully convolutional neural network that learns to route a circuit layout net with appropriate choice of metal tracks and wire class combinations. Inputs to the network are the encoded layouts containing spatial location of pins to be routed. After 15 fully convolutional stages followed by a score comparator, the network outputs 8 layout layers (corresponding to 4 route layers, 3 via layers and an identity-mapped pin layer) which are then decoded to obtain the routed layouts. We formulate this as a binary segmentation problem on a per-pixel per-layer basis, where the network is trained to correctly classify pixels in each layout layer to be 'on' or 'off'. To demonstrate learnability of layout design rules, we train the network on a dataset of 50,000 train and 10,000 validation samples that we generate based on certain pre-defined layout constraints. Precision, recall and F1F_1F1​ score metrics are used to track the training progress. Our network achieves F1≈97%F_1\approx97\%F1​≈97% on the train set and F1≈92%F_1\approx92\%F1​≈92% on the validation set. We use PyTorch for implementing our model.

View on arXiv
Comments on this paper