mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
* Rewrite or_replace.tcl That script used a lot of internal swig commands with an unstable API/unpredictable behavior. Resolves #697. * Expose `max_displacement` flag for detailed placement This was added at some point as a replacement to the diamond search height thing and is necessary for macros. * Add OpenROAD GUI/Tcl Readline Resolves #642. Note that this addition will be intentionally undocumented and is intended more for people who absolutely want it. MISC: * CI fast fail off/always push image The CI will report failures still, but will still publish an image and create a tag. Additionally, other tests won't be killed on the first failure. * Naming convention changes * `docker_build/` -> `docker`: Just is more consistent with literally every other codebase that uses Docker ever. * Removed `or_` prefix from OpenROAD scripts: redundant: They're all already under a folder called "openroad." The distinction no longer makes any sense as there are no separate scripts for the previously standalone utilities.