Skip to content

Commit

Permalink
fix: apply poly density workaround to additional projects
Browse files Browse the repository at this point in the history
tt_um_snn_with_delays_paolaunisa
  • Loading branch information
urish committed Nov 7, 2024
1 parent a097fb9 commit d257f0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
working-directory: projects
run: |
for project in tt_um_wokwi_* $DENSITY_REPLACEMENT_PROJECTS; do
if [ -f $project/$project.gds.br ]; then
brotli -d $project/$project.gds.br
fi
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:
Expand All @@ -85,6 +88,7 @@ jobs:
tt_um_array_mult_structural_sarahherrera
tt_um_arry_mult_structural
tt_um_secA_group5_array_multiplier
tt_um_snn_with_delays_paolaunisa
# run OpenLane to build the GDS
- name: Harden Chip ROM
Expand Down

0 comments on commit d257f0c

Please sign in to comment.