From 49ed1bc9e947101de9299c86785c6224406beb87 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 7 Nov 2024 15:03:07 +0200 Subject: [PATCH] fix: apply poly density workaround to additional projects tt_um_A_6_array_multiplier tt_um_a3_array_multiplier tt_um_a_0_array_multiplier tt_um_a_4_array_multiplier tt_um_array_mult_structural tt_um_array_mult_structural_GnahsLliw tt_um_array_mult_structural_sarahherrera tt_um_arry_mult_structural tt_um_secA_group5_array_multiplier --- .github/workflows/gds.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gds.yaml b/.github/workflows/gds.yaml index f48c34c9..9faa8067 100644 --- a/.github/workflows/gds.yaml +++ b/.github/workflows/gds.yaml @@ -71,9 +71,20 @@ jobs: - name: Patch Wokwi designs working-directory: projects run: | - for project in tt_um_wokwi_*; do + for project in tt_um_wokwi_* $DENSITY_REPLACEMENT_PROJECTS; do python ../sky130_density_fix/replace_decap.py --design $project --user-gds $project/$project.gds --replacement-gds ../sky130_density_fix/sky130_ef_sc_hd__newfill_12.gds done + env: + DENSITY_REPLACEMENT_PROJECTS: | + tt_um_A_6_array_multiplier + tt_um_a3_array_multiplier + tt_um_a_0_array_multiplier + tt_um_a_4_array_multiplier + tt_um_array_mult_structural + tt_um_array_mult_structural_GnahsLliw + tt_um_array_mult_structural_sarahherrera + tt_um_arry_mult_structural + tt_um_secA_group5_array_multiplier # run OpenLane to build the GDS - name: Harden Chip ROM