Expand description
The chip libraries and panel specs under config/, embedded at build
time as (path, text) pairs.
The path is relative to the repository root. Non-mined files first,
then mined/, each alphabetical.
Statics§
Functions§
- chip
- The chip library at
path(config/chips/...). - chip_
by_ family - The embedded chip library for a chip family id, as
(path, text): a library an embedded panel spec names wins over one none does (the SM16269S family has four), then embedding order. - is_
mined - True for a file under a
mined/directory: a corpus default, not a measurement. - panel
- The panel spec at
path(config/panels/...). - specs
- Every embedded panel spec, parsed, as
(path, spec)in embedding order.