mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
* verilog2def -> init_floorplan Some files still retained the name of a floorplanning tool we're no longer using. It has been removed. * netlist locations Netlists generated as part of later steps were placed under `synthesis/`. They have been moved to their proper locations. * Build tweaks `make openlane` now actually builds the container. `make pull-openlane` has been added with the original functionality. The git commit has been placed in the container at `/git_version`. A custom `.bashrc` has been added. Non-standard `echo -ne` invocations replaced with `printf`. * Issues verify_versions now works without a `PDK_ROOT` set (`$openlane_root/pdks`) clarified issue template