mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 22:42:25 +00:00
template: use "newproject" name in workflows, and -Onone with cxxrtl.
builtin-yosys doesn't support opt.
This commit is contained in:
parent
10d7f867ff
commit
34b8c3b3f2
2
template/.github/workflows/cxxrtl-build.yml
vendored
2
template/.github/workflows/cxxrtl-build.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
- uses: kivikakk/niar/setup-action@main
|
- uses: kivikakk/niar/setup-action@main
|
||||||
|
|
||||||
- name: Elaborate, compile and run cxxrtl
|
- name: Elaborate, compile and run cxxrtl
|
||||||
run: python -m ili9341spi cxxrtl
|
run: python -m newproject cxxrtl -Onone
|
||||||
|
|
2
template/.github/workflows/synthesis.yml
vendored
2
template/.github/workflows/synthesis.yml
vendored
|
@ -30,4 +30,4 @@ jobs:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Elaborate and synthesise
|
- name: Elaborate and synthesise
|
||||||
run: python -m ili9341spi build -b ${{ matrix.board }}
|
run: python -m newproject build -b ${{ matrix.board }}
|
||||||
|
|
Loading…
Reference in a new issue