convert_allegro
Convert Cadence Allegro PCB board files (.brd) to KiCad format. Uses KiCad 10's importer to generate .kicad_pcb files and extracted libraries, no Cadence license required.
Instructions
Convert a Cadence Allegro PCB board file to KiCad format.
Imports a Cadence Allegro .brd binary file (versions 16-23) and converts it to a KiCad .kicad_pcb file. Uses KiCad 10's built-in Allegro importer — no Cadence software required.
Board files only. Schematics are not supported. The .brd extension is also used by Eagle; KiCad auto-detects the format via magic bytes.
Output is a ZIP archive containing the .kicad_pcb file and any extracted footprint libraries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to Allegro .brd file or zip archive | |
| output_path | No | Where to save the output ZIP (default: <stem>_kicad.zip next to input) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||