Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.68 KB

Gerber_conversion.md

File metadata and controls

12 lines (11 loc) · 1.68 KB

How to Convert RS-274X Gerber Files to GDSII

  1. Download full printed circuit board design from source
  2. Unzip the design and navigate to the Gerber files in the electrical aspects
    • Gerber files may have any file extension but the typical ones include .pcb, .art, .gbr or .ger, .top or .bot, and .gtl or .gbl
    • Excellon NC drill files likewise may have any file extension but the typical ones include .txt, .drl, .exc, .xln, .drd, and .tap
    • Unfortunately, most drill files use US customary units instead of SI units regardless of what measurement system the design software set, so scaling is typically needed as done below
  3. Use gerbv, a free and open source tool for Gerber file viewing and limited editing that is part of the gEDA project, to remove the mechanical drawing title block from each copper layer if it exists
  4. Use KLayout to import the Gerber files for each of the N layers and the drill files for plated through-holes, all depths of blind vias, and all intervals of buried vias into a single GDSII file (part of the import tool)
  5. Scale the N - 1 via layers by 2.54 cm/in. and carefully reposition them so that they align perfectly with the N metal layers
  6. Save the resulting GDSII file to the working location with overlapping metal removed and discarding information that the older GDSII file format does not support but was imported from the Gerber files
  7. Write a simulation input file in the working location with the stackup information from the design schematics