<#1952 missleading default for irdrop configuratio...
# openlane-development
g
#1952 missleading default for irdrop configuration Issue created by proppy Description It looks like the default configuration for irdrop is documented as disable by default: OpenLane/docs/source/reference/configuration.md Line 314 in </The-OpenROAD-Project/OpenLane/commit/00caae2b3186bb6b24a0b7db7ee1a6f056ad1702|00caae2> But the implementation seems different: OpenLane/configuration/general.tcl Line 40 in </The-OpenROAD-Project/OpenLane/commit/00caae2b3186bb6b24a0b7db7ee1a6f056ad1702|00caae2> Additionally the canonical
spm
example doesn't include any configuration for
VSRC_LOC_FILES
causing the following warning:
Copy code
2023-08-23T01:36:19.3228902Z �[32;1m01:36:19�[0m | [WARNING]: VSRC_LOC_FILES is not defined. The IR drop analysis will run, but the values may be inaccurate.
and ultimatly fails with the following error:
Copy code
2023-08-23T01:36:19.3207819Z �[32;1m01:36:19�[0m | [ERROR PSM-0093] Voltage on net VDD is not set.
Expected Behavior The default example either produce a valid irdrop report or either disable the reporting according to the documented default. Environment report
Copy code
The environment is a bit special here as I'm building openlane and its dependencies from `HEAD` as part of the <https://github.com/hdl/conda-eda> project.
Reproduction material N/A Relevant log output
Copy code
<https://github.com/hdl/conda-eda/actions/runs/5944971903/job/16125504708>
The-OpenROAD-Project/OpenLane