kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00142
Re: Netlist format ?
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Magnus Beischer" <magnus@...>
-
Date:
Fri, 08 Sep 2006 05:02:21 -0000
-
In-reply-to:
<013401c6d0ad$002a7560$620aa8c0@twinky>
-
User-agent:
eGroups-EW/0.82
I did have a look at the net list by making a minimal schematic diagram.
The net list look like this:
# EESchema Netlist Version 1.0 generee le 5/9/2006-17:18:13
(
( 44FDADE6 $noname R3 200 {Lib=R}
( 1 N-000001 )
( 2 N-000002 )
)
( 44FDADE0 $noname R2 100 {Lib=R}
( 1 N-000001 )
( 2 N-000002 )
)
)
*
{ Pin List by Nets
Net 1 ""
R3 1
R2 1
Net 2 ""
R2 2
R3 2
}
#End
I can understand most of the net list, but not all of it.
- What is the meaning of "44FDADE6" and "44FDADE0" ?
- What can "$noname" be used for?
Regards,
Magnus
--- In kicad-devel@xxxxxxxxxxxxxxx, "Derek Noffke" <derek01@...> wrote:
>
> Hi Magnus,
>
> The netlist format is easy to see, just edit and existing .NET file.
>
> If you require a conversion program then contact me directly.
>
> Regards
> Derek
>
>
> ----- Original Message -----
> From: Magnus Beischer
> To: kicad-devel@xxxxxxxxxxxxxxx
> Sent: Tuesday, September 05, 2006 12:11 AM
> Subject: [kicad-devel] Netlist format ?
>
>
> We are using TinyCAD for our schematics and we have several
> prodessional designs in the TinyCAD format. Today we use a very
> expensive PCB application from Mentor, but we really want to look into
> the advantages of using an open source tool. We searched the net and
> tested several applications. Our conclusion is that pcbnew is the top
> open source PCB application today!
>
> To leave the Mentor tool, we need to produce a kicad netlist from the
> info in the TinyCAD netlist.
>
> Can some one plase guide us to the net list format documentation?
>
> // Magnus
>
Follow ups
References