From d48a7cb39bde9fd60f558183b845c297c87f5b6e Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Mon, 13 Mar 2023 13:43:59 -0700 Subject: [PATCH] tiny fix --- .github/workflows/chipyard-full-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 20e5259b..a82be30f 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -152,7 +152,7 @@ jobs: export tutorial=sky130-openroad export EXTRA_CONFS=tutorial.yml export VLSI_TOP=RocketTile - make buildfile -B + make buildfile make syn # openroad freezes during some write commands after detailed route # so need to stop the flow & run last step separately