We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Importing into KiCad from CADSTAR

Formale Metadaten

Titel
Importing into KiCad from CADSTAR
Untertitel
...and how you can develop your own importer
Serientitel
Anzahl der Teile
637
Autor
Mitwirkende
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr2021
SpracheEnglisch

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
KiCad has become a professional tool that can easily replace many commercial EDA packages. However, most companies will have many years worth of designs in propietary file formats requiring a significant amount of manual effort if a migration to KiCad is desired. Ideally KiCad would be able to import from every EDA tool, but this is a time consuming task requiring help from motivated contributors. This talk will cover the information necessary to develop an importer for KiCad, in the context of the CADSTAR importer that has been recently developed. Topics will include: - Reverse engineering an ASCII-based file format (Using the CADSTAR Archive format as an example) - Deep-dive into the inner workings of KiCad's PCB and Schematic importers - Overview of the necessary steps required to develop your own importer