dvar_create
Create a DUT variable to override simulator settings at the device level. Specify the full variable path and optional initial value to define custom DUT parameters.
Instructions
Create a DUT variable (DVar). Common uses: DUT-level overrides of SIMULATOR, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Initial value | |
| var_path | Yes | Full path, e.g. '/model/dut/VAR_NAME' |