Altium to Kicad 2021


I found a Altium design project file by TI that I would love to import into Kicad to modify.

I see there is a few options to convert to Kicad:

A online converter: http://www2.futureware.at/KiCad/

And I read that Kicad will have built in conversion for Altium projects soon.

I tried the online converter but the Kicad files it produced don’t open as far as the PCB file.

Is this possible?

Here is the TI Altium project file link if anybody knows how to convert.

https://www.ti.com/lit/zip/tidm752

The Altium importer requires a nightly build; it is not present in the 5.1 releases.

1 Like


Thanks guys!

I downloaded the nightly build and imported it and it worked just fine.

This should save me some time.

Happy to know I can import other TI reference designs now.

There are some issues visible with the import.
I can’t see the zone fills on the renders, there’s an issue with dimension drawin in wrong place (bug already reported), the dimension text is not inline like in Altium that may invade into some PCB features, the text “For evaluation only” is positioned wrong. So the project might be a good benchmark for the imported.
Anyway, @KicadDevelopers - very impressive work with the import

May I ask which Nightly build you used? I can’t seem to find the import feature with this version: kicad-r20219.d4c36230d2-x86_64.exe

You have to run PcbNew standalone (not from KiCad project manager) to get the option to import an Altium board

1 Like

Yea I’m going to go over it with a fine tooth comb to make sure all is good vs the projects Gerber’s provided by TI.

I’ll return and let you guys know how much work that ends up being.

I’m modifying the design anyways.

2 Likes

Thank you very much, I’m new to KiCAD and missed that detail.

Just so you know, you can also import CADSTAR reference designs like these (schematic archive *.csa and PCB archive *.cpa files)

If the reference design happens to contain a *.cpa file too, maybe give that a try and compare. You might find importing a CADSTAR design to be slightly more faithful to the original than importing an Altium design. This is because the CADSTAR format is based on S-expressions (very similar to KiCad’s format) and therefore much easier to reverse engineer than Alltium’s obscure undocumented binary format.

I still can’t understand how @pointhi managed to get so far with such a difficult file format - it is very impressive!

1 Like

Just checked the TI project. Zones are actually there (just need to rebuild with “b” key). The clearances set for zones seem to be different than in the original gerbers (at least inner layers get 0.508mm while the original are closer to 0.254mm)

The Altium design uses custom design rules to set the polygon (zone) clearances, and we don’t currently import those.

So what specifically should I look for that may be wrong due to missing import data?

Any help is appreciated in that respect.

Since you have the gerbers, you can compare those. There are known limitations with text handling (KiCad doesn’t support nearly as many text options as Altium) but if you ignore those and just focus on the copper you can look for more serious problems. For one, the clearances are wrong (way too large) – the original design uses 0.254mm clearance for zones and 0.127mm clearance for everything else. If you fix the clearance, fill zones, and do a design rule check, you can see if there are any major differences with the Altium gerbers.

Just hit B to fill zones and yea it looks decent.

I see bottom layer looks to be slightly offset from the bottom or the fudicals are just offset.

So the Altium design uses those clearance settings? I just tneed to update Kicad project with those same clearance settings. Is that what your saying?

I don’t have Altium so can’t verify. Maybe it’s marked in the data on the PCB schematic and I missed that info.

There are major differences, because TI’s Gerber outputs are not of the same board as their main project file.

Try the design viewer: https://www.altium.com/viewer/ You can zoom in and measure different areas:

2 Likes

Good idea!

I’ll verify that way.

Just looked over the Altium project I imported.

I only needed to do the following:

#1. Change the copper zone clearance from 20 mil to 10mil. I’m assuming KiCad defaults to 20 mils.

#2. I had to remove the artwork text and artwork that I didn’t need which was most of it.
The part ID text was fine.

Those were both easy quick fixes.

The Altium Kicad import function just saved me TON’s of time. I was dreading having to build this out from scratch.

Thanks to who ever made this possible.

The Kicad Nightly software has a lot of upgrades which look good too me also.

2 Likes

Really good to know this!

I’m sure some Evaluation Boards I work with in the future will have this format available.