Skip to content

Commit ffb09f2

Browse files
committed
docs/manual/figures: Add accessible title & description to flow diagram
1 parent c8a742e commit ffb09f2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/manual/source/chapters/figures/charlib_internal_flow.mmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
graph TB
2+
accTitle: CharLib Flow
3+
accDescr {
4+
CharLib's internal execution process, starting with YAML configuration input and resulting
5+
in a Liberty file. CharLib reads simulation settings and a list of cells from the YAML
6+
configuration. Cell SPICE netlists and SPICE transistor models are read from each cell
7+
entry. Next, cells are analysed to determine which measurement procedures need to be run.
8+
Once all cells are analysed, all procedures are executed in parallel as subprocesses.
9+
Finally, CharLib collects results and produces an output Liberty file.
10+
}
211
docs@{shape: doc, label: "YAML Configuration"}
312
docs --> config
413
config[Load Configuration]

0 commit comments

Comments
 (0)