mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
\+ Add PDK variable `WIRE_LENGTH_THRESHOLD` which wires with lengths >= said value are flagged \+ Add `QUIT_ON_LONG_WIRE` which fails the flow if any wires are flagged for length ~ Update all `$::env(OPENROAD_BIN) -exit -python` invocations to include `-no_init` to suppress message about rc file ~ Replace ill-fitting `$::env(OPENROAD_BIN) -exit -python` invocations with just `python3` ~ Replace local install check with a simple git directory check