From aabf8cdca8f8b875d74cf1c15c13d1c0ea6397b0 Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Mon, 13 Mar 2023 09:58:17 -0700 Subject: [PATCH] removing lvs from flow due to small bug --- .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 12797c27..d485be6e 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -160,9 +160,10 @@ 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 par HAMMER_EXTRA_ARGS="--start_before_step write_design" + make redo-par HAMMER_EXTRA_ARGS="--start_before_step write_design" make drc - make lvs + # doesn't work for now bc of hammer sky130 plugin bug, fix in next release + # make lvs cleanup: