From 02a07141172b31c0532153ae5981e2c9d2932845 Mon Sep 17 00:00:00 2001 From: Nayiri Krzysztofowicz Date: Sun, 12 Mar 2023 12:31:08 -0700 Subject: [PATCH] small tweak: --- .github/workflows/chipyard-full-flow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index f07548d0..cb94993e 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -114,8 +114,6 @@ jobs: source env.sh cd vlsi - export tutorial=sky130-openroad - # TODO: consider setting VLSI_TOP=RocketTile # NOTE: most conda installs are in separate conda envs because they mess up # each other's versions (for no apparent reason) and we need the latest versions @@ -146,6 +144,8 @@ jobs: conda config --remove channels litex-hub conda config --remove channels defaults + export tutorial=sky130-openroad + # TODO: consider setting VLSI_TOP=RocketTile make buildfile make syn make par