1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 17:42:24 +00:00

template: use "newproject" name in workflows, and -Onone with cxxrtl.

builtin-yosys doesn't support opt.
This commit is contained in:
Asherah Connor 2024-06-27 19:53:37 +03:00
parent 10d7f867ff
commit 34b8c3b3f2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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