Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Michael Sokolov
Bert Timmerman wrote: > got cvs co working > Simply typing make barfs the following: > [snipped] Your OS is too modern. Install something that is at least 25 years obsolete and try again. Seriously though, Ineiev has already told me that ultra-modern versions of gcc refuse to compile uEDA as

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Bert Timmerman
Hi Michael, On Mon, 2009-06-29 at 05:44 +, Michael Sokolov wrote: > Bert Timmerman wrote: > > > > cvs -d anon...@ifctfvax.harhan.org:/fs1/IFCTF-cvs co ueda > > > > [...] > > > > copy-pasting the cvs command to a Bourne shell on my workstation gives > > that a password other than is required

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Michael Sokolov
Bert Timmerman wrote: > > cvs -d anon...@ifctfvax.harhan.org:/fs1/IFCTF-cvs co ueda > > [...] > > copy-pasting the cvs command to a Bourne shell on my workstation gives > that a password other than is required. Oops, forgot the :pserver: part; try the following: cvs -d :pserver:anon...@ifctfva

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Bert Timmerman
Hi Michael, On Mon, 2009-06-29 at 03:20 +, Michael Sokolov wrote: > Bill Gatliff wrote: > > Is someone reimplementing uEDA here? How about the other way around? > Anyone feel like porting the gschem GUI to operate on the uschem file > format? That's the only remaining piece that's missing

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Michael Sokolov
Bill Gatliff wrote: > At the risk of going OT, I'll add that as I get better at following the > above strategy--- which is particularly helpful with more complex parts > like microcontrollers--- I get really frustrated at gschem's strong > association between pin numbers on the symbol, and pin nu

Re: gEDA-user: cylindrical SMT power resistor pad design: how to do a semi-circular cutout

2009-06-28 Thread Kai-Martin Knaak
On Sun, 28 Jun 2009 13:42:53 -0700, Steven Michalske wrote: > happy footprinting.You might want to make a script to calculate out > the semi circle points. If it is a one-shot, you might consider the GUI way: inkscape --> draw with real semicircle circle

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Dan McMahill
Bill Gatliff wrote: > At the risk of going OT, I'll add that as I get better at following the > above strategy--- which is particularly helpful with more complex parts > like microcontrollers--- I get really frustrated at gschem's strong > association between pin numbers on the symbol, and pin numb

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
John Doty wrote: > Why are you hung up on the form the container of the information > takes? If the symbol file contains the same graphics, isn't that the > same symbol from a graphical point of view? Why do you consider it > different? > I guess it's because I'm a control freak. :) I w

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 3:11 PM, Stefan Salewski wrote: > Currently we (may) have different symbol files for the the same device > with different footprints. Not a lot, I think. It's easier to find examples of the same device with different graphics. > So we have the same graphics elements > mult

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 3:23 PM, Bill Gatliff wrote: > Stefan Salewski wrote: >> >> Currently we (may) have different symbol files for the the same >> device >> with different footprints. So we have the same graphics elements >> multiple times. This is redundancy, wast of storage area, and it >>

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 3:36 PM, Steven Michalske wrote: > > On Jun 28, 2009, at 2:58 PM, John Doty wrote: > >> >> On Jun 28, 2009, at 2:43 PM, Steven Michalske wrote: >> >>> The power of text based file formats :-) >> >> The way I do connectors these days is that I have a "connector" >> symbol that'

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Steven Michalske
On Jun 28, 2009, at 2:58 PM, John Doty wrote: > > On Jun 28, 2009, at 2:43 PM, Steven Michalske wrote: > >> The power of text based file formats :-) > > The way I do connectors these days is that I have a "connector" > symbol that's just a box with refes=, device=, and footprint=. I'll > place th

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
Stefan Salewski wrote: > > Currently we (may) have different symbol files for the the same device > with different footprints. So we have the same graphics elements > multiple times. This is redundancy, wast of storage area, and it makes > it more work to modify the graphics. So it is not a perfect

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 3:00 PM, Steven Michalske wrote: > This is an age old debate in EDA software. Where is the symbol weight > stored? In each symbol, or in a database. > ( Note when I say database, it can be a flat file or full blown > relational SQL ) > > The Heavy vs. Light symbol debate.

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Stefan Salewski
On Sun, 2009-06-28 at 15:38 -0600, John Doty wrote: > > How many NAND symbols do we need? Right now, it's one for each > > different footprint that the symbol relates to. I think that's > > unacceptable. > > How does your plan differ, except by making the process more > complicated? You have

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 2:53 PM, Bill Gatliff wrote: > John Doty wrote: >> >> How does your plan differ, except by making the process more >> complicated? You have to put the information *somewhere*. For maximum >> ease and flexibility, put it in your project's copy of the relevant >> symbol. You don

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Steven Michalske
This is an age old debate in EDA software. Where is the symbol weight stored? In each symbol, or in a database. ( Note when I say database, it can be a flat file or full blown relational SQL ) The Heavy vs. Light symbol debate. both answers are correct. let's build infrastructure for bo

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 2:43 PM, Steven Michalske wrote: > The power of text based file formats :-) The way I do connectors these days is that I have a "connector" symbol that's just a box with refes=, device=, and footprint=. I'll place that and draw a bus to it. Make the appropriate connection

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
John Doty wrote: > > How does your plan differ, except by making the process more > complicated? You have to put the information *somewhere*. For maximum > ease and flexibility, put it in your project's copy of the relevant > symbol. You don't need to implement or learn *any* additional > c

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Steven Michalske
On Jun 28, 2009, at 2:30 PM, Bill Gatliff wrote: > Steven Michalske wrote: >> >> Taking this as you can code some scripts up.. >> Here is one approach for you to try. >> >> >> > Aah, I hadn't even considered that possibility--- do it outside of > gEDA > instead of within it... D'oh! :) T

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 3:24 PM, Bill Gatliff wrote: > John Doty wrote: >> >> Repeat after me: >> >> "There are very few symbols distributed with gEDA that are perfectly >> suited to my project and my design flow." >> > > Agreed! > >> I understand you want to patch over this somehow. > > Not so much

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
Steven Michalske wrote: > > Taking this as you can code some scripts up.. > Here is one approach for you to try. > > > Aah, I hadn't even considered that possibility--- do it outside of gEDA instead of within it... D'oh! :) > Now with this groundwork you can run a script that will update

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Steven Michalske
On Jun 28, 2009, at 10:26 AM, Bill Gatliff wrote: > As a "mostly software" guy, Taking this as you can code some scripts up.. Here is one approach for you to try. pick a small set of some chips you care about. lets say a large family of the AVR series. To the symbol: Add a vir

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
John Doty wrote: > > Repeat after me: > > "There are very few symbols distributed with gEDA that are perfectly > suited to my project and my design flow." > Agreed! > I understand you want to patch over this somehow. Not so much "patch over" as to prevent duplication of work by every gEDA u

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 2:59 PM, Bill Gatliff wrote: > Dave N6NZ wrote: >> >> Agreed. I've felt that way since the beginning -- for the same >> reason >> that you mentioned: changing package. For me, it's pretty >> annoying to >> have to replace the schematic symbol to go from through-hole to

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread John Doty
On Jun 28, 2009, at 2:49 PM, Bill Gatliff wrote: > John Doty wrote: >> When first drawing the circuit that needs a low noise opamp, copy one >> of the opamp symbol files into your project symbol directory under >> the name "low_noise_opamp.sym". Place that. As its pin numbers, >> attributes, etc.

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
Dave N6NZ wrote: > > Agreed. I've felt that way since the beginning -- for the same reason > that you mentioned: changing package. For me, it's pretty annoying to > have to replace the schematic symbol to go from through-hole to surface > mount just because the pin numbers are different. > >

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
John Doty wrote: > When first drawing the circuit that needs a low noise opamp, copy one > of the opamp symbol files into your project symbol directory under > the name "low_noise_opamp.sym". Place that. As its pin numbers, > attributes, etc. become clear, edit it ("Hs") to suit. Or replace t

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
John Doty wrote: > On Jun 28, 2009, at 11:26 AM, Bill Gatliff wrote: > > >> At the risk of going OT, I'll add that as I get better at following >> the >> above strategy--- which is particularly helpful with more complex >> parts >> like microcontrollers--- I get really frustrated at gschem's

Re: gEDA-user: cylindrical SMT power resistor pad design: how to do a semi-circular cutout

2009-06-28 Thread Steven Michalske
On Jun 27, 2009, at 4:26 AM, S. Aguinaga wrote: Do you fellows have some pointers for me to generate the semi-circular cut out? You will need to generate the semi circle with many small rectangles. Their recommended footprint looks like it is generated with 7 rectangles. <> If

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread John Doty
On Jun 28, 2009, at 11:26 AM, Bill Gatliff wrote: > At the risk of going OT, I'll add that as I get better at following > the > above strategy--- which is particularly helpful with more complex > parts > like microcontrollers--- I get really frustrated at gschem's strong > association between

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
Dave N6NZ wrote: > Bill Gatliff wrote: > >> Dave N6NZ wrote: >> >> >>> I believe this style leads to the most readable schematics, and scales >>> up well to larger designs. >>> >>> >> Agreed. At least until you do like me, and forget to put down the power >> symbol once (or twic

Re: gEDA-user: slotting and power pins

2009-06-28 Thread Dave N6NZ
Stefan Salewski wrote: > On Sun, 2009-06-28 at 09:18 -0700, Dave N6NZ wrote: >> Yes. IMHO, power pins clutter functional drawings. I like to isolate >> functional I/O from infrastructure I/O using two different symbols so >> that they can be placed on different sheets. > [...] >> I believe this

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Dave N6NZ
Bill Gatliff wrote: > Dave N6NZ wrote: > >> I believe this style leads to the most readable schematics, and scales >> up well to larger designs. >> > > Agreed. At least until you do like me, and forget to put down the power > symbol once (or twice). :) Well, the netlist checker or some oth

Re: gEDA-user: slotting and power pins

2009-06-28 Thread Duncan Drennan
> This can only fix the special case of slotted symbols with power pins. > However, the more general case that needs to be solved, is a component > that is associated with several different symbols. This is the case if > power pins are dealt with a separate symbol, or if a large component is > divi

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy

2009-06-28 Thread Bill Gatliff
Larry Doolittle wrote: > > I basically agree with the argument. The final trick that would > make a larger audience happy is the ability to back-annotate > the schematic with the physical pins -- and presumably a switch > for whether to display the physical or virtual pin IDs -- so that > the engi

Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Larry Doolittle
Bill - On Sun, Jun 28, 2009 at 12:26:10PM -0500, Bill Gatliff wrote: > [greatly trimmed] > It would be nice if there was an > additional "layer of abstraction" somewhere between the symbol and > footprint, such that actual pin assignments weren't made until the > footprint (and slot, if necessary)

Re: gEDA-user: slotting and power pins

2009-06-28 Thread Stefan Salewski
On Sun, 2009-06-28 at 09:18 -0700, Dave N6NZ wrote: > > Yes. IMHO, power pins clutter functional drawings. I like to isolate > functional I/O from infrastructure I/O using two different symbols so > that they can be placed on different sheets. [...] > > I believe this style leads to the most

gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)

2009-06-28 Thread Bill Gatliff
Dave N6NZ wrote: > I believe this style leads to the most readable schematics, and scales > up well to larger designs. > Agreed. At least until you do like me, and forget to put down the power symbol once (or twice). :) At the risk of going OT, I'll add that as I get better at following th

Re: gEDA-user: slotting and power pins

2009-06-28 Thread Dave N6NZ
Duncan Drennan wrote: > Currently the symbol slotting functionality struggles to handle power > pins well (at least that is what some brief googling showed). A > recurring theme with regards to slotting is that power pins show up on > all the slots, e.g. dual/quad opamp which has a single set of p

Re: gEDA-user: slotting and power pins

2009-06-28 Thread Kai-Martin Knaak
On Sun, 28 Jun 2009 15:32:14 +0200, Duncan Drennan wrote: > I had a thought which might solve both of these issues. If a special > character was defined for slotting which indicated that the pin should > be excluded from the schematic that character could be used in place of > the power pin slot.

gEDA-user: slotting and power pins

2009-06-28 Thread Duncan Drennan
Currently the symbol slotting functionality struggles to handle power pins well (at least that is what some brief googling showed). A recurring theme with regards to slotting is that power pins show up on all the slots, e.g. dual/quad opamp which has a single set of power pins for each of the opamp

gEDA-user: sdram board update

2009-06-28 Thread DJ Delorie
Just re-etched the outer layers. The last time, the traces ended up too thin and many of them etched through, yet other parts of the board had shorts. Go figure. After some testing, I got a setup that works (note that PNG has a "bloat" setting now too ;-). Results at the bottom of http://www.d