adding start_before_step to still get gds

This commit is contained in:
Nayiri Krzysztofowicz
2023-03-13 08:32:40 -07:00
parent e72d00c19a
commit 2d8e5cba6c

View File

@@ -160,8 +160,9 @@ jobs:
make syn
# openroad freezes during the write_sdf command, so don't run last step for now
make par HAMMER_EXTRA_ARGS="--stop_before_step write_design"
# make drc
# make lvs
make par HAMMER_EXTRA_ARGS="--start_before_step write_design"
make drc
make lvs
cleanup: