Skip to content

Commit

Permalink
ci(gds): persist decap replacement log to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 11, 2024
1 parent 7f4d28f commit 7457f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
brotli -jd $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
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 | tee -a ../tt-multiplexer/ol2/tt_top/gds/replace_decap.log
done
# run OpenLane to build the GDS
Expand Down

0 comments on commit 7457f09

Please sign in to comment.