Re: gEDA-user: schematic hierarchy netlist problem

2007-07-19 Thread Peter Baxendale
OK, thanks for the response. Attached is a very simple hierarchical
design. The .pcb and .net files were generated by gsch2pcb --skip-m4.
You can see the U?-? in the .net file.

On Wed, 2007-07-18 at 07:11 -0400, John Luciani wrote:
 On 7/18/07, Peter Baxendale [EMAIL PROTECTED] wrote:
  I don't know where the U?-? comes from. It's not in any of the
  schematics, just in the netlist produced by gsch2pcb. Every net that
  connects to one of the io symbols ends in a U?-?. The line I quoted
  should only have 3 nodes, the extra U?-? looks to be entirely spurious.
  I should have said, I'm using the gschem 1.0.1-20070626 release.
 
 You may want to post a simple schematic that demonstrates the problem.
 
 (* jcl *)
 
-- 

Peter Baxendale   University of Durham
[EMAIL PROTECTED]  School of Engineering
tel +44 191 33 42492  South Road
fax +44 191 33 42408  Durham DH1 3LE
  England



simple.tar.gz
Description: application/compressed-tar


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: schematic hierarchy netlist problem

2007-07-19 Thread Peter Baxendale
Found the answer to my own question by playing around a bit. The pins on
the top level symbol didn't have a pinnumber attribute - I didn't think
I needed them since they are meaningless. When I put them in, the
problem goes away. I've made them invisible so as not to give
meaningless info on the top level schematic.

On Thu, 2007-07-19 at 10:06 +0100, Peter Baxendale wrote:
 OK, thanks for the response. Attached is a very simple hierarchical
 design. The .pcb and .net files were generated by gsch2pcb --skip-m4.
 You can see the U?-? in the .net file.
 
 On Wed, 2007-07-18 at 07:11 -0400, John Luciani wrote:
  On 7/18/07, Peter Baxendale [EMAIL PROTECTED] wrote:
   I don't know where the U?-? comes from. It's not in any of the
   schematics, just in the netlist produced by gsch2pcb. Every net that
   connects to one of the io symbols ends in a U?-?. The line I quoted
   should only have 3 nodes, the extra U?-? looks to be entirely spurious.
   I should have said, I'm using the gschem 1.0.1-20070626 release.
  
  You may want to post a simple schematic that demonstrates the problem.
  
  (* jcl *)
  
 
 ___
 geda-user mailing list
 geda-user@moria.seul.org
 http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
-- 

Peter Baxendale   University of Durham
[EMAIL PROTECTED]  School of Engineering
tel +44 191 33 42492  South Road
fax +44 191 33 42408  Durham DH1 3LE
  England




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: schematic hierarchy netlist problem

2007-07-18 Thread Peter Baxendale
I don't know where the U?-? comes from. It's not in any of the
schematics, just in the netlist produced by gsch2pcb. Every net that
connects to one of the io symbols ends in a U?-?. The line I quoted
should only have 3 nodes, the extra U?-? looks to be entirely spurious.
I should have said, I'm using the gschem 1.0.1-20070626 release.

On Tue, 2007-07-17 at 14:39 -0700, Steve Meier wrote:
 It looks like it is partially working.
 
 Your net list has S2/R2-1 which is one hierarchical level down from
 SW1-2.
 
 Is the U?-? the symbol that has the lower level schematic?
 
 
 Steve Meier
 
 
 On Tue, 2007-07-17 at 17:04 +0100, Peter Baxendale wrote:
  Been experimenting with hierarchical design with gschem. When I generate
  the netlist using gsch2pcb I get a  U?-? on every net that goes to one
  of the io objects.
  

 ___
 geda-user mailing list
 geda-user@moria.seul.org
 http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 
-- 

Peter Baxendale   University of Durham
[EMAIL PROTECTED]  School of Engineering
tel +44 191 33 42492  South Road
fax +44 191 33 42408  Durham DH1 3LE
  England




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: schematic hierarchy netlist problem

2007-07-18 Thread John Luciani
On 7/18/07, Peter Baxendale [EMAIL PROTECTED] wrote:
 I don't know where the U?-? comes from. It's not in any of the
 schematics, just in the netlist produced by gsch2pcb. Every net that
 connects to one of the io symbols ends in a U?-?. The line I quoted
 should only have 3 nodes, the extra U?-? looks to be entirely spurious.
 I should have said, I'm using the gschem 1.0.1-20070626 release.

You may want to post a simple schematic that demonstrates the problem.

(* jcl *)

-- 
http://www.luciani.org


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: schematic hierarchy netlist problem

2007-07-17 Thread Peter Baxendale
Been experimenting with hierarchical design with gschem. When I generate
the netlist using gsch2pcb I get a  U?-? on every net that goes to one
of the io objects.

As per the wiki (I think), I've used an in-1.sym in the sub schematics
where they get input from the top level schematic, and an out-1.sym for
outputs to the top level. In each case, I've set the io symbol's refdes
to the same as the pinlabel attribute of the corresponding pin of the
top level symbol. The generated netlist picks up all the things it
should do from the sub pages, eg:
unnamed_net5S2/R2-1 S2/U1-1 SW1-2 U?-?

I'd much appreciate it if someone could tell me where I'm going wrong.

-- 
Peter Baxendale [EMAIL PROTECTED]



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: schematic hierarchy netlist problem

2007-07-17 Thread Steve Meier
It looks like it is partially working.

Your net list has S2/R2-1 which is one hierarchical level down from
SW1-2.

Is the U?-? the symbol that has the lower level schematic?


Steve Meier


On Tue, 2007-07-17 at 17:04 +0100, Peter Baxendale wrote:
 Been experimenting with hierarchical design with gschem. When I generate
 the netlist using gsch2pcb I get a  U?-? on every net that goes to one
 of the io objects.
 
 As per the wiki (I think), I've used an in-1.sym in the sub schematics
 where they get input from the top level schematic, and an out-1.sym for
 outputs to the top level. In each case, I've set the io symbol's refdes
 to the same as the pinlabel attribute of the corresponding pin of the
 top level symbol. The generated netlist picks up all the things it
 should do from the sub pages, eg:
 unnamed_net5  S2/R2-1 S2/U1-1 SW1-2 U?-?
 
 I'd much appreciate it if someone could tell me where I'm going wrong.
 



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user