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:
Mohamed Gaber
2022-09-12 14:58:32 +02:00
committed by GitHub
parent cbb9e6b02a
commit 37faafee20
5 changed files with 145 additions and 24 deletions

View File

@@ -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' }}