From 2d8e5cba6c66384e1e5a81471e6af3d31bd8cdc9 Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Mon, 13 Mar 2023 08:32:40 -0700 Subject: [PATCH] adding start_before_step to still get gds --- .github/workflows/chipyard-full-flow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 8d3d3a50..12797c27 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -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: