Commercial EDA tools expose tuning parameters: timeout multipliers, effort levels, algorithm switches. Open-source EDA tools expose source code. ReviewDSE is the first framework to treat that as a design space exploration opportunity. It works on OpenROAD's detailed placement stage, identifies source-level mechanisms inside the staged optimizer (not just its public interface), constructs warm-start evidence from calibration designs, and runs target-case exploration with a protected evaluator that validates each candidate under a 2x runtime gate. Result: 1.78% half-perimeter wirelength (HPWL) reduction on average across nine benchmark tasks, versus 0.38% for black-box public-knob search. That is a 4.7x improvement in outcome from the same compute budget.
The more useful finding is what ReviewDSE exposes that black-box search cannot find: stage-composability failures. When two individually correct optimization mechanisms are applied in sequence, they can conflict -- one repair corrupts the invariants the other requires. Black-box DSE never sees this because it only evaluates final QoR. ReviewDSE's full-flow validation catches these interactions at source level, where they can be repaired. The paper reports that white-box source-mechanism exploration also repairs hard cut-row legality failures that public-knob tuning cannot reach at all.
The implied claim is larger than the placement benchmark: open-source EDA tools have an optimization surface that commercial tools structurally cannot match. A commercial tool's DSE is bounded by the parameters the vendor chose to expose. An open-source tool's DSE is bounded by the source itself. As OpenROAD continues to close the QoR gap to commercial routers and placers, ReviewDSE-style white-box autotuning becomes a compounding advantage for teams that build on open stacks. Commercial EDA vendors have 12-18 months to respond by exposing source-equivalent internal APIs before the open-stack QoR gap closes and white-box optimization becomes the default expectation from teams building on OpenROAD.