kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03280
Re: Libraries - files and components naming policy
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Frank" <bennett78@...>
-
Date:
Fri, 09 Oct 2009 00:54:13 -0000
-
In-reply-to:
<4ACE0667.7030609@...>
-
User-agent:
eGroups-EW/0.82
--- In kicad-devel@xxxxxxxxxxxxxxx, jean-pierre charras - INPG <jean-pierre.charras@...> wrote:
Lot of interest in this topic...
I agree "separate .dcm and .mdc files are not very useful."
I have also noticed a slow down searching a list of library
files for either a symbol or footprint. I would recommend changing
each library name to a directory for improved searches, revision
control and library management. This also allows any one design
to only archive syms and mods used in the design. The following
structure would open the design for future Bill of Material
enhancements.
$(LIB_ROOT)/distributors/digikey/digiket_part#
(*manufacture#, cost, availablity, InStockAmt)
$(LIB_ROOT)/parts/manufactures/TI/TI_part#
(*sym, *mod, obsolesence, InStockAmt)
/Xilinx/Xilinx_part#
$(LIB_ROOT)/syms/resistors/
/capacitors/
/SOCs/
/FPGAs/
$(LIB_ROOT)/mods/dips/
/sops/
/bgas/
allow sym,mod pins to be <decimal_number> | (Alpha><number>
Frank Bennett
>
> Manveru a écrit :
> > 2009/10/8 Vesa Solonen <vsolonen@cc. hut.fi <mailto:vsolonen@...>>
> >
> > Glue logic and general opamps, connectors etc. sould use just _one_
> > schematic symbol for _all_ variants. The details should be added
> > at cvpcb
> > stage or while editing the schematic, by pull down menu or something.
> > Otherwise we end up making incredibly large library. Heavy symbol
> > way may
> > be easier to implement, but it's no way smart.
> >
> Aliases of a given component (an op amp for instance) are intended to
> solve this problem.
> Aliases share the graphic shape, but have their own name, documentation
> and key word.
> >
> > Now it seems that
> > Jean-Pierre may have thought that when defining separate .dcm system.
> > Could you Jean-Pierre comment on light vs heavy symbol system and
> > your
> > ideas from the past decisions?
> >
> I created the .dcm (.DoCuMent) files and .mdc (ModuleDocuMent) files
> mechanism some years ago when the local network used by by students at scool
> were slow, and these files were a workaround to the slow links between
> the server that stores libraries and All Kicad files and user's PC
> These small files allow user's PC to display some info (module list in
> Cvpcb for instance) quickly.
> Loading the full libraries could take a while (more than 10 or 20
> seconds, each time you want the see a footprint, due to the low link,
> the limited performances of network cards, ans the PCs).
>
> Now this problem does not exist, and separate .dcm and .mdc files are not
> very useful.
>
> --
> Jean-Pierre CHARRAS
> Maître de conférences
> Directeur d'études 2ieme année.
> Génie Electrique et Informatique Industrielle 2
> Institut Universitaire de Technologie 1 de Grenoble
> BP 67, 38402 St Martin d'Heres Cedex
>
> Recherche :
> Grenoble Image Parole Signal Automatique (GIPSA - INPG)
> Grenoble France
>
References