From d785c62671321df34da2b9f1314c69552ac58f25 Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Sun, 12 Mar 2023 20:00:01 -0700 Subject: [PATCH] fixing typo --- .github/workflows/chipyard-full-flow.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 7b3f9913..80bf2998 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -151,7 +151,7 @@ jobs: echo "par.openroad.write_reports: false" >> tutorial.yml conda config --remove channels litex-hub - conda config --remove channels defaultss + conda config --remove channels defaults export tutorial=sky130-openroad export EXTRA_CONFS="example-designs/sky130-openroad-rockettile.yml tutorial.yml" @@ -159,8 +159,10 @@ jobs: make buildfile make syn make par - make drc - make lvs + # 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 cleanup: