From 34b8c3b3f22938de27c16cdbd4508da3c6786353 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 27 Jun 2024 19:53:37 +0300 Subject: [PATCH] template: use "newproject" name in workflows, and -Onone with cxxrtl. builtin-yosys doesn't support opt. --- template/.github/workflows/cxxrtl-build.yml | 2 +- template/.github/workflows/synthesis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/cxxrtl-build.yml b/template/.github/workflows/cxxrtl-build.yml index 28dee71..6b4632b 100644 --- a/template/.github/workflows/cxxrtl-build.yml +++ b/template/.github/workflows/cxxrtl-build.yml @@ -19,4 +19,4 @@ jobs: - uses: kivikakk/niar/setup-action@main - name: Elaborate, compile and run cxxrtl - run: python -m ili9341spi cxxrtl + run: python -m newproject cxxrtl -Onone diff --git a/template/.github/workflows/synthesis.yml b/template/.github/workflows/synthesis.yml index 9ee5e0b..b7dc336 100644 --- a/template/.github/workflows/synthesis.yml +++ b/template/.github/workflows/synthesis.yml @@ -30,4 +30,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Elaborate and synthesise - run: python -m ili9341spi build -b ${{ matrix.board }} + run: python -m newproject build -b ${{ matrix.board }}