Skip to main content

Module embedded

Module embedded 

Source
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§

CHIPS
PANELS

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.