gds_control.verification¶
Verification engine -- runs domain checks with optional GDS structural checks.
Run verification checks on a ControlModel.
- CS-001..CS-006 on the model (pre-compilation)
- If include_gds_checks: compile to SystemIR and run G-001..G-006
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
model
|
ControlModel
|
The control system model to verify. |
required |
domain_checks
|
list[Callable[[ControlModel], list[Finding]]] | None
|
Optional subset of CS checks. Defaults to all. |
None
|
include_gds_checks
|
bool
|
Whether to compile and run GDS generic checks. |
True
|