mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
Startup Fixes (#1344)
+ Added new script to import certain variables from `STD_CELL_LIBRARY_OPT` postfixed with `_OPT` + Added validation for `DIE_AREA` and `CORE_AREA` ~ Fixed `-init_design_config` by adjusting the location of the DESIGN_DIR check
This commit is contained in:
2
.github/workflows/tool_updater.yml
vendored
2
.github/workflows/tool_updater.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
uses: ./.github/actions/set_env_variables
|
||||
|
||||
- name: Update PDK
|
||||
run: python3 ${GITHUB_WORKSPACE}/.github/scripts/update_tools.py sky130 open_pdks
|
||||
run: python3 ${GITHUB_WORKSPACE}/.github/scripts/update_tools.py open_pdks
|
||||
|
||||
- name: Create Pull Request
|
||||
if: ${{ env.NO_UPDATE != '1' }}
|
||||
|
||||
Reference in New Issue
Block a user