1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-05 04:21:04 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Werner Almesberger
7d97a749f4 genex: option -D to dump all canonical component names (for missing-in-tree) 2012-04-17 22:18:12 -03:00
Werner Almesberger
1d47668b98 genex/comp.c (read_desc): component missing in tree yields a warning, not error
We basically treat descriptions now more like libraries: they're allowed
to contain more things than what we list in the tree.
2012-04-17 21:26:21 -03:00
Werner Almesberger
a1d5e2dcef genex/comp.c (read_tree): correct scanning of names
Before this fix, the whitespace following single-character names
was included in the name.
2012-04-17 09:20:41 -03:00
Werner Almesberger
db903c10ba genex: add parsing and dumping of alias names 2012-04-17 08:45:20 -03:00
Werner Almesberger
1b7ace9043 genex: added reading of files containing supplemental descriptions
Each entry has this structure:

component: text
  more text

  more text on a new line
next component: ...

If a component has multiple entries, a line break is placed between
them. Component names are case-insensitive.
2012-04-17 05:54:08 -03:00
Werner Almesberger
0f0e732d3f genex/: added support for multi-part components 2012-04-11 23:10:42 -03:00
Werner Almesberger
4902886baa genex/: generate expanded component view (WIP) 2012-03-30 20:02:24 -03:00