We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a742e commit ffb09f2Copy full SHA for ffb09f2
1 file changed
docs/manual/source/chapters/figures/charlib_internal_flow.mmd
@@ -1,4 +1,13 @@
1
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
+ }
11
docs@{shape: doc, label: "YAML Configuration"}
12
docs --> config
13
config[Load Configuration]
0 commit comments