Netconv - TinyCAD netlist to KiCAD pcbnew netlist converter

What is Netconv?

Netconv is a free and open source tool to convert TinyCAD netlists to either a "clean" TinyCAD netlist (without the 2.50.10 bug) or a net list for KiCAD pcbnew. When converting to pcbnew you have to supply a map file that translates TinyCAD part names to pcbnew foot prints. I know that there are other ways to do this but this way you can use the full power of TinyCAD component handling.

Note that Netconv is developed to fit TinyCAD 2.50.10 and KiCAD 2007-01-15. I haven't tried the TinyCAD 2.60.xx release, but my guess is that the net list format is the same, or that just the 2.50.10 net list bug is removed.

No guarantees at all... You use Netconv at your own risk.

Release information

 

Netconv screen shot

Downloads

How to convert to KiCAD pcbnew

Use the example design to learn the application.

Now you are ready to do the PCB design!

How to convert to TinyCAD clean

Now you have a net list without the 2.50.10 bug!

What is the 2.50.10 net list bug?

This is an net list example of what TinyCAD 2.50.10 generates:

NET '-5V' = (L203,2),(C225,1),(U306,2),-5V

As you see, the net name is (sometimes) included in the list of nodes (when you set the net name manually in TinyCAD, as you do for power supplies and more)

And after running Netconv:

NET '-5V' = (L203,2),(C225,1),(U306,2)

Links

Bug reports and enhancement requests

Please send a mail to magnus @ beischer.com if you want to report a bug or need more functions in Netconv.