From dfc01a2d0fc08581babc083fb29ee3d84a91ee6d Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Mon, 13 Mar 2023 11:16:30 -0700 Subject: [PATCH] messed up something with steps, trying again --- .github/workflows/chipyard-full-flow.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index d485be6e..120bc342 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -158,9 +158,10 @@ jobs: export VLSI_TOP=RocketTile make buildfile 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 redo-par HAMMER_EXTRA_ARGS="--start_before_step write_design" + # openroad freezes during some write commands after detailed route + # so need to stop the flow & run last step separately + make par HAMMER_EXTRA_ARGS="--stop_after_step extraction" + make redo-par HAMMER_EXTRA_ARGS="--start_before_step extraction" make drc # doesn't work for now bc of hammer sky130 plugin bug, fix in next release # make lvs