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 }}