Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/21/10 14:32
Read: times


 
#178176 - It's just not worth the bother ...
Responding to: ???'s previous message
Andy Peters said:
Richard Erlacher said:
My issue with the first portion of the work, aside from the utterly terrible library management, is that you must provide a specific component outline (footprint) for each symbol in your schematic, which, first of all, means that if you have to adapt your footprint to the specifics of a particular board house, you then have to alter all of the parts in your repertoire that use that package outline, else you'll never again know which ones are "correct" and which are not. Moreover, it's poorly suited to team usage, since, generally speaking, the circuit designer doesn't care about the component outline as much as the guy handling the mechanical (including airflow) factors and the guy actually doing the board layout.

Unfortunately, a new library member has to be produced, including a new footprint, for each schematic in which the package is changed. A "real" software package would allow one to refer to a global package outline library so that the package outline would only have to be entered once, and corrected only once, rather than 1500 times because you now buy the TQFP rather than the PLCC. My own experience with bEAGLE required me to change dozens of components in TQFP and PQFP packages because someone entered the package outline incorrectly, leaving far too much pad under the component, where it couldn't be inspected properly, therefore requiring that each and every component in TQFP208 (consider how many pads have to be changed ... manually ...in order to effect that change) in a series of boards with a dozen of them on it.


I guess I gave up on EAGLE because its schematic capture sucks and its layout isn't much better, and you're right, its library manager is stupid, but I'm not sure what your complaint is.

Is it:

a) the fact that the schematic symbol and footprint libraries are completely unrelated, so every time you place a symbol on a schematic, you must also choose the PCB footprint, or

b) the schematic symbol DOES have embedded footprint information, so when you place a symbol on the schematic it also embeds footprint information in the layout netlist?

My problem with this bEAGLE stuff is that the footprint has to be created along with every new schematic symbol and embedded with it. Since the library management is so stupidly done, I have to create a new symbol for nearly every part newer than 1990 and many that are older than that, and, as you know, programmable parts can have lots of pins ... <sigh> ... Now, if I have the same package, I still have to attach it to the schematic symbol. Since my programmables are treated as a specific device, with signal names relevant to the application, it's often in a package that I've already ensured is suitable, but ... since it has different signals on different pins, a new symbol is needed, and, therefore, a new footprint is needed as well. Sometimes I can cut and paste, but that, IIRC, doesn't always work.

Now, understand that I normally don't involve myself in PCB production, and the guy who chooses the part based on price might be 5k miles away, and the guy doing the layout may be, as well. I like the approach that OrCAD uses, i.e. assigning the package when the device symbol is entered. Yes, you can make an error, but it's no different saying it's a 208PQFP20 on the schematic than saying it's an XC2S200PQFP when the schematic symbol is instantiated. If you call up the TQFP144, it's wrong. The procurement guy certainly doesn't like using differently packaged versions of the same part, but the layout guy certainly doesn't like using the 208PQFP where the 144TQFP would fit better. I prefer to let them work that out. The problem for me is that the layout editor demands that I modify the schematic symbol file for every identical programmable device just because I want to have the nets named so some human can understand who's who and what's what. The reason, of course, is that, sometimes, I'm that human.


a) above sucks and leads to all kinds of errors.

I'm not sure I agree ... There's only one footprint on which a particular CPLD package fits, so having that footprint correctly specified once, and linked to the schematic symbol through a database makes sense to me, as opposed to me having to redraw the %$#@! thing each time I use it. IIRC, bEAGLE likes to have signal names rather than pin numbers associated with the routes, so a new footprint has to be created for each and every application of XC2C256 in TQFP144, no matter what. Moreover, if the layout guy likes the TSOP-II, or the purchasing guy likes the price of the TSOP, I could be required to change my schematic symbol for their convenience, possibly when I'm no longer engaged in the work.

b) is the right way to go.

From where I sit, the circuit designer chooses the device, but it's up to the purchasing, mechanical, and layout guys to choose the package. It works fine if I'm wearing all of these hats, but if someone is waiting for a schematic and I first have to create the package outlines for components I can't find in the libraries, I find it burdensome, since I, as the circuit designer, don't care about the package or, generally, about the pinout of a CPLD where it's just a back-annotation matter. I do care about the two-hour search for the component and the hour it takes to create a new "component" despite the fact there are already ten versions of the same device in the libraries. Sadly, it's seldom possible to use copy-and-paste because the schematic needs the signal names to match the device signal assignments.


From where I sit (with the layout guy ten steps away), the choice of package is mine, but it IS based on input from purchasing (as in, "can we actually buy them in SOT-23?") and of course it's driven by layout requirements ("gotta use MSOP8, SOIC8 won't fit"). So, yes, this means that we have library symbols for AD8138-SOIC and AD8138-MSOP (or something similar) because we were using the SOIC version until we had to do itty bitty boards.

We use Altium Designer, which has the concept of an "Integrated Library" which combines schematic symbols (there can be multiple symbol libraries) and PCB footprints (there can be multiple footprint libraries, too) all into one library. Our symbols call out a company part number, too, so in that sense having everything all in one library with all footprint and BOM information built into the schematic symbol makes EVERYTHING easier.

Now note that I said that AD allows multiple symbol libraries and multiple footprint libraries. Again the libraries are compiled into one integrated library which everyone uses (it's maintained by the layout guy). So if we need to add a new op-amp to our library, he copies an op-amp symbol (in our analog-part symbol library, I think), renames it to the new part name, and then changes the footprint field and the company part-number field to the right values. If a new footprint is required, it's built in the footprint library, but most parts use the standard footprints so that part is already done. Then the library is recompiled and put in the standard location for everyone's use. NB that it took longer to describe how to create a new op-amp symbol than it takes to actually do the work.

As for the CPLD (or FPGA) pinout, I absolutely DO care about this, as it's more than a simple back-annotation issue. You must make sure that your clocks are on the special clock input pins. With FPGAs that have multiple banks with different rails, you have to make sure that all of the 3.3V outputs are on a bank with a 3.3V rail, and all of the 2.5V outputs are on a 2.5V rail. And you have to make sure that LVDS outputs are NOT on pins called "LC" because they don't have LVDS outputs. And so on. I give the layout guy a list of layout rules for each design, indicating which signals can go in which banks, which cannot be swapped at all, and so forth. And before the board is released for fab, the FPGA tools are run on it to ensure that the chosen pins actually work.

-a

This last bit is something for which no provision was made in bEAGLE, or, for that matte rin most other schematic/layout software, but which is a simple housekeeping matter. Yes, it's drudgery, and yes, it's error prone, but it's part of the job.

Then, too, it's often beneficial to tie unused pins to GND, and to space the signal pins around GND, just for signal quality. The extra GND connections don't hurt anything, and can help balance currents within the FPGA.

I obtained and attempted to use the full-up bEAGLE, and, while I found the 2-layer "freebie" version adequate and worth its price, I didn't feel the same way about the "whole magilla". That schematic entry portion is slow to operate and awkward, clearly having been written by people who were interested in the problem of autorouting, but not experienced in drawing and interpreting schematics, as is evidenced by the way in which they handle creation and management of their libraries. I've concluded that bEAGLE is suitable for the one-man-shop operation wherein the package choice is made by the one man wearing the layout hat, and accommodated by the one man wearing circuit designer hat only because he knows no one else will do it. I find it a terrible nuissance, however, and, since the auto-router output requires considerable post-processing, I don't find that particularly desirable either.

I freely admit that bEAGLE is adequate for those small two-layer boards that the "free" version handles, if one tolerates the bungled library handling, poor schematic editing features, and utterly awful-looking schematics it produces, AND if one is using only metric- or only imperial-dimensioned components. That's seldom the case, nowadays, and I believe that the impression made by the freebie version under those conditions is what sells their product. If only the full-up auto-router were worth the hassle ...

RE




List of 122 messages in thread
TopicAuthorDate
Free PCB design software...            01/01/70 00:00      
   re: Designspark            01/01/70 00:00      
      Yes, indeed.            01/01/70 00:00      
         RS vs Farnell            01/01/70 00:00      
            RE:            01/01/70 00:00      
               EEEEEK!!            01/01/70 00:00      
                  re: EEEEEK!!            01/01/70 00:00      
                     Well, now ...            01/01/70 00:00      
                        Wrong.            01/01/70 00:00      
                           It depends on where the data originated            01/01/70 00:00      
                           I'm not sure I get what you mean            01/01/70 00:00      
                              Sorry...            01/01/70 00:00      
                        Richard!!!            01/01/70 00:00      
                           did I say that?            01/01/70 00:00      
                              Yes            01/01/70 00:00      
                                 Hard to explain ...            01/01/70 00:00      
                                    Still no explanation to the "answer is wrong" vote            01/01/70 00:00      
                                       wasn't me, just curious            01/01/70 00:00      
                                          Richards            01/01/70 00:00      
                                       Ehh???            01/01/70 00:00      
                                       This site isn't equipped, and perhaps properly so ...            01/01/70 00:00      
                                          Linked in previous post by me            01/01/70 00:00      
                                             Yes, I got that ...            01/01/70 00:00      
                                          which is why            01/01/70 00:00      
                                             Re: Italics            01/01/70 00:00      
                           Yep! It must 'ave been the whiskey ...            01/01/70 00:00      
               But...            01/01/70 00:00      
                  Evaluation            01/01/70 00:00      
                     fortunately, many small projects can be "free"            01/01/70 00:00      
                     Oh.            01/01/70 00:00      
                        Maybe the rotate contents of upper-left box            01/01/70 00:00      
   took a peek and ...            01/01/70 00:00      
      Try...            01/01/70 00:00      
         looks good, what's the catch            01/01/70 00:00      
            Not Farnell!            01/01/70 00:00      
               can live with that and whats that            01/01/70 00:00      
                  Rebranded            01/01/70 00:00      
   One thing to keep in mind ...            01/01/70 00:00      
      This is *not* Eagle!            01/01/70 00:00      
         EasyPC            01/01/70 00:00      
            Is it true, then?            01/01/70 00:00      
         I'm merely pointing out ...            01/01/70 00:00      
            Errrm.            01/01/70 00:00      
               Maybe, but why would you switch then?            01/01/70 00:00      
                  Because...            01/01/70 00:00      
                     Yes, and that's really the only "good" version            01/01/70 00:00      
            Of course it is!            01/01/70 00:00      
               Well, my complaint is ...            01/01/70 00:00      
                  gentlemen, PLEASE            01/01/70 00:00      
                  EDA tools component libraries            01/01/70 00:00      
                     It's just not worth the bother ...            01/01/70 00:00      
                        per-design CPLD/FPGA symbols            01/01/70 00:00      
                           Ouch.            01/01/70 00:00      
                              Some companies likes few customers but large bills            01/01/70 00:00      
                              re: Ouch            01/01/70 00:00      
                           You're right on target            01/01/70 00:00      
                              FPGA pin swapping            01/01/70 00:00      
                                 What I've found ...            01/01/70 00:00      
                  Changing packages            01/01/70 00:00      
                     Depends on the number of pins, doesn't it?            01/01/70 00:00      
                        Because...            01/01/70 00:00      
                           In one of these posts ...            01/01/70 00:00      
                              Oh, Richard!            01/01/70 00:00      
   Thanks            01/01/70 00:00      
   demo??            01/01/70 00:00      
      Great...seems free..            01/01/70 00:00      
         Yes, it is Free            01/01/70 00:00      
            Free but..................            01/01/70 00:00      
               No, that's not true            01/01/70 00:00      
   Richard - is this where you're getting confused?            01/01/70 00:00      
      Isn't RS just another vendor?            01/01/70 00:00      
         Whatever happened to your principle...            01/01/70 00:00      
            Isn't this about free PCB software?            01/01/70 00:00      
               It was about a certain *specific* software            01/01/70 00:00      
                  Perhaps, but my point was ...            01/01/70 00:00      
      But subject line seems to indicate all free software            01/01/70 00:00      
         I'm just a little p*ssed off ... since it cost $1500 ...            01/01/70 00:00      
            Definitely penalty box            01/01/70 00:00      
               Had we not been "sucked in" by the "free" version ...            01/01/70 00:00      
                  How did you not notice??            01/01/70 00:00      
                  So you don't like Eagle-CAD - we have got the point            01/01/70 00:00      
                     Maybe Richard knows what he wants            01/01/70 00:00      
                        Dislike doesn't mean a product is worth zero            01/01/70 00:00      
                           Software is supposed to increase productivity            01/01/70 00:00      
                              So - you taping your boards?            01/01/70 00:00      
                                 Nope ... I don't do that either            01/01/70 00:00      
                                    Still bogus claim            01/01/70 00:00      
                                       Keep in mind what I do for a living            01/01/70 00:00      
                                          Now that *is* a good idea            01/01/70 00:00      
                                             Price of bandwidth - or simplicity of use            01/01/70 00:00      
                                                Viewing Schematics and Diagrams            01/01/70 00:00      
                           Software is not a car.            01/01/70 00:00      
                              Eagle            01/01/70 00:00      
                                 re: Eagle            01/01/70 00:00      
                                 Hobbyists like it because it's cheap, not because it's good            01/01/70 00:00      
                        The choice often isn't mine            01/01/70 00:00      
                           I gotta say, why haven't you told the makers?            01/01/70 00:00      
                              You think I was silent about that?            01/01/70 00:00      
   About DesignSpark PCB ...            01/01/70 00:00      
      EasyPC.            01/01/70 00:00      
         Autorouters            01/01/70 00:00      
            re: Autorouters            01/01/70 00:00      
         RE: Andy says            01/01/70 00:00      
            Andy Says ...            01/01/70 00:00      
               RE: Your "real" software            01/01/70 00:00      
                  "Real" Software            01/01/70 00:00      
      Has anyone worked with the schematic editor?            01/01/70 00:00      
   not related but.....            01/01/70 00:00      
      Placement            01/01/70 00:00      
         autorouter            01/01/70 00:00      
            autorouter - placing parts on both sides of the board            01/01/70 00:00      
               This looks like a classic example...            01/01/70 00:00      
                  And another thing...            01/01/70 00:00      
               Colour??            01/01/70 00:00      
                  It depends - RTFM            01/01/70 00:00      
                  Color of pads depends on surface mount or PTH components            01/01/70 00:00      
                  Layers            01/01/70 00:00      
                     got the point...            01/01/70 00:00      
   At Design Spark            01/01/70 00:00      
      There's a forum for that!            01/01/70 00:00      
      There's a Menu for that            01/01/70 00:00      
         OK..            01/01/70 00:00      

Back to Subject List