gEDA-user: Slots and tragesym

2007-04-06 Thread Craig Niederberger

Could someone please explain how to use slot=  slotdef= in tragesym for
symbols with multiple identical components in a symbol/chip?

Thanks super in advance,
Craig Niederberger


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


Re: gEDA-user: Slots and tragesym

2007-04-06 Thread Steve Meier
Craig,

from the 7400-1.sym

numslots=4

slotdef=1:1,2,3
slotdef=2:4,5,6
slotdef=3:9,10,8
slotdef=4:12,13,11

slot=1

This tells us that this symbol has 4 slots.
The pins for slot 1 are 1, 2 and 3 and for slot 2 they are 4, 5 and 6.

The graphical pins themselves have an attribute pinseq=3. This tells us
that that particular pin has its pin number replaced with the third pin
number in the desired slotdef.

for example, slotdef=4:12,13,11 the third pin is pin 11

When you select the symbol after it is dropped into a schematic you may
set at the schematic level a slot attribute. For example slot=2.

Best Wishes,

Steve Meier


Craig Niederberger wrote:
 Could someone please explain how to use slot=  slotdef= in tragesym
 for symbols with multiple identical components in a symbol/chip?

 Thanks super in advance,
 Craig Niederberger
 



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



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


Re: gEDA-user: Slots and tragesym

2007-04-06 Thread Craig Niederberger

Thanks super, Steve.  I'm dense.  I can't seem to get tragesym to work for
multiple slots.  Here's a snippet...

numslots=4
#slot=1
#slotdef=1:1,2,3
#slotdef=2:7,6,5
#slotdef=3:8,9,10
#slotdef=4:14,13,12
#comment=
#comment=
#comment=

[pins]
# tabseparated list of pin descriptions
# pinnr is the physical number of the pin
# seq is the pinseq= attribute, leave it blank if it doesn't matter
# type can be (in, out, i/o, oc, oe, pas, tp, tri, clk, pwr)
# style can be (line,dot,clk,dotclk,none). none if only want to add a net
# posit. can be (l,r,t,b) or empty for nets
# net specifies the name of the Vcc or GND name
# label represents the pinlabel.
#   negation lines can be added with _Q_
#   if you want to add a _ or \ use \_ and \\ as escape sequences
#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
21inlinelin-
31inlinelin+
4pwrlinetV
52inlinelin+
62inlinelin-
72outlinerout
83outlinerout
93inlinelin-
103inlinelin+
11pwrnonebGNDGND
124inlinelin+
134inlinelin-
144outlinerout

What I am doing wrong?

Many thanks,
Craig

On 4/6/07, Steve Meier [EMAIL PROTECTED] wrote:


Craig,

from the 7400-1.sym

numslots=4

slotdef=1:1,2,3
slotdef=2:4,5,6
slotdef=3:9,10,8
slotdef=4:12,13,11

slot=1

This tells us that this symbol has 4 slots.
The pins for slot 1 are 1, 2 and 3 and for slot 2 they are 4, 5 and 6.

The graphical pins themselves have an attribute pinseq=3. This tells us
that that particular pin has its pin number replaced with the third pin
number in the desired slotdef.

for example, slotdef=4:12,13,11 the third pin is pin 11

When you select the symbol after it is dropped into a schematic you may
set at the schematic level a slot attribute. For example slot=2.

Best Wishes,

Steve Meier


Craig Niederberger wrote:
 Could someone please explain how to use slot=  slotdef= in tragesym
 for symbols with multiple identical components in a symbol/chip?

 Thanks super in advance,
 Craig Niederberger
 



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




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



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


Re: gEDA-user: Slots and tragesym

2007-04-06 Thread Steven Michalske

The comment markers in front of your slotdefs

slot=1
slotdef=1:1,2,3
slotdef=2:7,6,5
slotdef=3:8,9,10
slotdef=4:14,13,12


On Apr 6, 2007, at 7:57 PM, Craig Niederberger wrote:

Thanks super, Steve.  I'm dense.  I can't seem to get tragesym to  
work for multiple slots.  Here's a snippet...


numslots=4
#slot=1
#slotdef=1:1,2,3
#slotdef=2:7,6,5
#slotdef=3:8,9,10
#slotdef=4:14,13,12
#comment=
#comment=
#comment=

[pins]
# tabseparated list of pin descriptions
# pinnr is the physical number of the pin
# seq is the pinseq= attribute, leave it blank if it doesn't matter
# type can be (in, out, i/o, oc, oe, pas, tp, tri, clk, pwr)
# style can be (line,dot,clk,dotclk,none). none if only want to add  
a net

# posit. can be (l,r,t,b) or empty for nets
# net specifies the name of the Vcc or GND name
# label represents the pinlabel.
#   negation lines can be added with _Q_
#   if you want to add a _ or \ use \_ and \\ as escape  
sequences

#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
21inlinelin-
31inlinelin+
4pwrlinetV
52inlinelin+
62inlinelin-
72outlinerout
83outlinerout
93inlinelin-
103inlinelin+
11pwrnonebGNDGND
124inlinelin+
134inlinelin-
144outlinerout

What I am doing wrong?

Many thanks,
Craig

On 4/6/07, Steve Meier [EMAIL PROTECTED] wrote:
Craig,

from the 7400-1.sym

numslots=4

slotdef=1:1,2,3
slotdef=2:4,5,6
slotdef=3:9,10,8
slotdef=4:12,13,11

slot=1

This tells us that this symbol has 4 slots.
The pins for slot 1 are 1, 2 and 3 and for slot 2 they are 4, 5 and 6.

The graphical pins themselves have an attribute pinseq=3. This  
tells us
that that particular pin has its pin number replaced with the third  
pin

number in the desired slotdef.

for example, slotdef=4:12,13,11 the third pin is pin 11

When you select the symbol after it is dropped into a schematic you  
may

set at the schematic level a slot attribute. For example slot=2.

Best Wishes,

Steve Meier


Craig Niederberger wrote:
 Could someone please explain how to use slot=  slotdef= in tragesym
 for symbols with multiple identical components in a symbol/chip?

 Thanks super in advance,
 Craig Niederberger
  
-- 
--




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




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



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




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


Re: gEDA-user: Slots and tragesym

2007-04-06 Thread Craig Niederberger

In the immortal words of Homer Simpson, Doh.  Thanks super, Steven and
Steve.  For those who might encounter this on a search for tragesym and slot
(as I), here's the correct snippet--N.B. seq refers to a repeated pin, not a
cluster of pins, and none out all of the invisible pins:

numslots=4
slot=1
slotdef=1:1,2,3
slotdef=2:7,6,5
slotdef=3:8,9,10
slotdef=4:14,13,12

[pins]
#...
#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
22inlinelin-
33inlinelin+
44pwrlinetV
53innonelin+
62innonelin-
71outnonerout
81outnonerout
92innonelin-
103innonelin+
115pwrnonebGNDGND
123innonelin+
132innonelin-
141outnonerout

CN

On 4/6/07, Steven Michalske [EMAIL PROTECTED] wrote:


The comment markers in front of your slotdefs

slot=1
slotdef=1:1,2,3
slotdef=2:7,6,5
slotdef=3:8,9,10
slotdef=4:14,13,12

On Apr 6, 2007, at 7:57 PM, Craig Niederberger wrote:

Thanks super, Steve.  I'm dense.  I can't seem to get tragesym to work for
multiple slots.  Here's a snippet...

numslots=4
#slot=1
#slotdef=1:1,2,3
#slotdef=2:7,6,5
#slotdef=3:8,9,10
#slotdef=4:14,13,12
#comment=
#comment=
#comment=

[pins]
# tabseparated list of pin descriptions
# pinnr is the physical number of the pin
# seq is the pinseq= attribute, leave it blank if it doesn't matter
# type can be (in, out, i/o, oc, oe, pas, tp, tri, clk, pwr)
# style can be (line,dot,clk,dotclk,none). none if only want to add a net
# posit. can be (l,r,t,b) or empty for nets
# net specifies the name of the Vcc or GND name
# label represents the pinlabel.
#   negation lines can be added with _Q_
#   if you want to add a _ or \ use \_ and \\ as escape sequences
#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
21inlinelin-
31inlinelin+
4pwrlinetV
52inlinelin+
62inlinelin-
72outlinerout
83outlinerout
93inlinelin-
103inlinelin+
11pwrnonebGNDGND
124inlinelin+
134inlinelin-
144outlinerout

What I am doing wrong?

Many thanks,
Craig

On 4/6/07, Steve Meier [EMAIL PROTECTED] wrote:

 Craig,

 from the 7400-1.sym

 numslots=4

 slotdef=1:1,2,3
 slotdef=2:4,5,6
 slotdef=3:9,10,8
 slotdef=4:12,13,11

 slot=1

 This tells us that this symbol has 4 slots.
 The pins for slot 1 are 1, 2 and 3 and for slot 2 they are 4, 5 and 6.

 The graphical pins themselves have an attribute pinseq=3. This tells us
 that that particular pin has its pin number replaced with the third pin
 number in the desired slotdef.

 for example, slotdef=4:12,13,11 the third pin is pin 11

 When you select the symbol after it is dropped into a schematic you may
 set at the schematic level a slot attribute. For example slot=2.

 Best Wishes,

 Steve Meier


 Craig Niederberger wrote:
  Could someone please explain how to use slot=  slotdef= in tragesym
  for symbols with multiple identical components in a symbol/chip?
 
  Thanks super in advance,
  Craig Niederberger
 
 
 
 
 
  ___
  geda-user mailing list
  geda-user@moria.seul.org
  http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 



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




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





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




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


Re: gEDA-user: Slots and tragesym

2007-04-06 Thread Craig Niederberger

And the last entry for those who might be searching tragesym and slot, *only
include one* of the multiple components, eg

numslots=4
slot=1
slotdef=1:1,2,3
slotdef=2:7,6,5
slotdef=3:8,9,10
slotdef=4:14,13,12

[pins]
# ...
#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
22inlinelin-
33inlinelin+
44pwrlinetV
115pwrnonebGNDGND

CN

On 4/6/07, Craig Niederberger [EMAIL PROTECTED] wrote:


In the immortal words of Homer Simpson, Doh.  Thanks super, Steven and
Steve.  For those who might encounter this on a search for tragesym and slot
(as I), here's the correct snippet--N.B. seq refers to a repeated pin, not
a cluster of pins, and none out all of the invisible pins:

numslots=4
slot=1
slotdef=1:1,2,3
slotdef=2:7,6,5
slotdef=3:8,9,10
slotdef=4:14,13,12

[pins]
#...
#-
#pinnr  seq typestyle   posit.  net label
#-
11outlinerout
22inlinelin-
33inlinelin+
44pwrlinetV
53innonelin+
62innonelin-
71outnonerout
81outnonerout
92innonelin-
103innonelin+
115pwrnonebGNDGND
123innonelin+
132innonelin-
141outnonerout

CN

On 4/6/07, Steven Michalske [EMAIL PROTECTED] wrote:

 The comment markers in front of your slotdefs

 slot=1
 slotdef=1:1,2,3
 slotdef=2:7,6,5
 slotdef=3:8,9,10
 slotdef=4:14,13,12

 On Apr 6, 2007, at 7:57 PM, Craig Niederberger wrote:

 Thanks super, Steve.  I'm dense.  I can't seem to get tragesym to work
 for multiple slots.  Here's a snippet...

 numslots=4
 #slot=1
 #slotdef=1:1,2,3
 #slotdef=2:7,6,5
 #slotdef=3:8,9,10
 #slotdef=4:14,13,12
 #comment=
 #comment=
 #comment=

 [pins]
 # tabseparated list of pin descriptions
 # pinnr is the physical number of the pin
 # seq is the pinseq= attribute, leave it blank if it doesn't matter
 # type can be (in, out, i/o, oc, oe, pas, tp, tri, clk, pwr)
 # style can be (line,dot,clk,dotclk,none). none if only want to add a
 net
 # posit. can be (l,r,t,b) or empty for nets
 # net specifies the name of the Vcc or GND name
 # label represents the pinlabel.
 #   negation lines can be added with _Q_
 #   if you want to add a _ or \ use \_ and \\ as escape
 sequences
 #-
 #pinnr  seq typestyle   posit.  net label
 #-
 11outlinerout
 21inlinelin-
 31inlinelin+
 4pwrlinetV
 52inlinelin+
 62inlinelin-
 72outlinerout
 83outlinerout
 93inlinelin-
 103inlinelin+
 11pwrnonebGNDGND
 124inlinelin+
 134inlinelin-
 144outlinerout

 What I am doing wrong?

 Many thanks,
 Craig

 On 4/6/07, Steve Meier  [EMAIL PROTECTED] wrote:
 
  Craig,
 
  from the 7400-1.sym
 
  numslots=4
 
  slotdef=1:1,2,3
  slotdef=2:4,5,6
  slotdef=3:9,10,8
  slotdef=4:12,13,11
 
  slot=1
 
  This tells us that this symbol has 4 slots.
  The pins for slot 1 are 1, 2 and 3 and for slot 2 they are 4, 5 and 6.
 
 
  The graphical pins themselves have an attribute pinseq=3. This tells
  us
  that that particular pin has its pin number replaced with the third
  pin
  number in the desired slotdef.
 
  for example, slotdef=4:12,13,11 the third pin is pin 11
 
  When you select the symbol after it is dropped into a schematic you
  may
  set at the schematic level a slot attribute. For example slot=2.
 
  Best Wishes,
 
  Steve Meier
 
 
  Craig Niederberger wrote:
   Could someone please explain how to use slot=  slotdef= in tragesym
   for symbols with multiple identical components in a symbol/chip?
  
   Thanks super in advance,
   Craig Niederberger
  
  
  
  
  
   ___
   geda-user mailing list
   geda-user@moria.seul.org
   http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
  
 
 
 
  ___
  geda-user mailing list
  geda-user@moria.seul.org
  http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 



 ___
 geda-user mailing list
 geda-user@moria.seul.org