← Back to team overview

kicad-developers team mailing list archive

RE: Re: Netlist format ?

 

if you do not have a cell attached to the device the net list shows
$noname. Once you attach a cell to the device the $noname will change
and show the cell 
AndyE

________________________________

From: kicad-devel@xxxxxxxxxxxxxxx [mailto:kicad-devel@xxxxxxxxxxxxxxx]
On Behalf Of derek_noffke
Sent: Thursday, September 07, 2006 10:38 PM
To: kicad-devel@xxxxxxxxxxxxxxx
Subject: [kicad-devel] Re: Netlist format ?


Hi Magnus,

The hex numbers like 44FDADE6 are usually a time stamp.
In my netlist I just used 0 for the time stamp.

I think that the $noname is the netlist name.
I have not used named nets but names like GND are common.

Regards
Derek

--- In kicad-devel@xxxxxxxxxxxxxxx
<mailto:kicad-devel%40yahoogroups.com> , "Magnus Beischer" <magnus@...> 
wrote:
>
> 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
<mailto:kicad-devel%40yahoogroups.com> , "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
<mailto:kicad-devel%40yahoogroups.com>  
> > 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
> >
>



 
 ------_=_NextPart_001_01C6D358.345F7314 Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd";>
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii"><!-- Network content -->
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY style="BACKGROUND-COLOR: #ffffff">
<DIV dir=ltr align=left><SPAN class=061080415-08092006><FONT face=Arial 
color=#0000ff size=2>if you do not have a cell attached to the device the net 
list shows $noname. Once you attach a cell to the device the $noname will change 
and show the cell </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=061080415-08092006><FONT face=Arial 
color=#0000ff size=2>AndyE</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> kicad-devel@xxxxxxxxxxxxxxx 
[mailto:kicad-devel@xxxxxxxxxxxxxxx] <B>On Behalf Of 
</B>derek_noffke<BR><B>Sent:</B> Thursday, September 07, 2006 10:38 
PM<BR><B>To:</B> kicad-devel@xxxxxxxxxxxxxxx<BR><B>Subject:</B> [kicad-devel] 
Re: Netlist format ?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV id=ygrp-text>
<P>Hi Magnus,<BR><BR>The hex numbers like 44FDADE6 are usually a time 
stamp.<BR>In my netlist I just used 0 for the time stamp.<BR><BR>I think that 
the $noname is the netlist name.<BR>I have not used named nets but names like 
GND are common.<BR><BR>Regards<BR>Derek<BR><BR>--- In <A 
href="mailto:kicad-devel%40yahoogroups.com";>kicad-devel@<WBR>yahoogroups.<WBR>com</A>, 
"Magnus Beischer" &lt;magnus@...&gt; <BR>wrote:<BR>&gt;<BR>&gt; I did have a 
look at the net list by making a minimal schematic <BR>diagram.<BR>&gt; <BR>&gt; 
The net list look like this:<BR>&gt; # EESchema Netlist Version 1.0 genereele 
5/9/2006-17:<WBR>18:13<BR>&gt; (<BR>&gt; ( 44FDADE6 $noname R3 200 
{Lib=R}<BR>&gt; ( 1 N-000001 )<BR>&gt; ( 2 N-000002 )<BR>&gt; )<BR>&gt; ( 
44FDADE0 $noname R2 100 {Lib=R}<BR>&gt; ( 1 N-000001 )<BR>&gt; ( 2 N-000002 
)<BR>&gt; )<BR>&gt; )<BR>&gt; *<BR>&gt; { Pin List by Nets<BR>&gt; Net 1 
""<BR>&gt; R3 1<BR>&gt; R2 1<BR>&gt; Net 2 ""<BR>&gt; R2 2<BR>&gt; R3 2<BR>&gt; 
}<BR>&gt; #End<BR>&gt; <BR>&gt; I can understand most of the net list, but not 
all of it.<BR>&gt; - What is the meaning of "44FDADE6" and "44FDADE0" ?<BR>&gt; 
- What can "$noname" be used for?<BR>&gt; <BR>&gt; Regards,<BR>&gt; 
Magnus<BR>&gt; <BR>&gt; <BR>&gt; --- In <A 
href="mailto:kicad-devel%40yahoogroups.com";>kicad-devel@<WBR>yahoogroups.<WBR>com</A>, 
"Derek Noffke" &lt;derek01@&gt; <BR>wrote:<BR>&gt; &gt;<BR>&gt; &gt; Hi 
Magnus,<BR>&gt; &gt; <BR>&gt; &gt; The netlist format is easy to see, just edit 
and existing .NET <BR>file.<BR>&gt; &gt; <BR>&gt; &gt; If you require a 
conversion program then contact me directly.<BR>&gt; &gt; <BR>&gt; &gt; 
Regards<BR>&gt; &gt; Derek<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ----- 
Original Message ----- <BR>&gt; &gt; From: Magnus Beischer <BR>&gt; &gt; To: <A 
href="mailto:kicad-devel%40yahoogroups.com";>kicad-devel@<WBR>yahoogroups.<WBR>com</A> 
<BR>&gt; &gt; Sent: Tuesday, September 05, 2006 12:11 AM<BR>&gt; &gt; Subject: 
[kicad-devel] Netlist format ?<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; We are 
using TinyCAD for our schematics and we have several<BR>&gt; &gt; prodessional 
designs in the TinyCAD format. Today we use a very<BR>&gt; &gt; expensive PCB 
application from Mentor, but we really want to <BR>look into<BR>&gt; &gt; the 
advantages of using an open source tool. We searched the <BR>net and<BR>&gt; 
&gt; tested several applications. Our conclusion is that pcbnew is <BR>the 
top<BR>&gt; &gt; open source PCB application today!<BR>&gt; &gt; <BR>&gt; &gt; 
To leave the Mentor tool, we need to produce a kicad netlist <BR>from 
the<BR>&gt; &gt; info in the TinyCAD netlist. <BR>&gt; &gt; <BR>&gt; &gt; Can 
some one plase guide us to the net list format <BR>documentation?<BR>&gt; &gt; 
<BR>&gt; &gt; // Magnus<BR>&gt; &gt;<BR>&gt;<BR><BR></P></DIV><!--End groupemail --></BODY></HTML>
 ------_=_NextPart_001_01C6D358.345F7314--