generated from saji/ecp5-template
This commit is contained in:
parent
fdca36f9ce
commit
7c7ccf81fc
|
@ -12,9 +12,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- run: |
|
- name: Build Testbench Simulator
|
||||||
cmake -B build/
|
run: |
|
||||||
|
cmake -B build/ -GNinja
|
||||||
cmake --build build/
|
cmake --build build/
|
||||||
working-directory: ./sim
|
working-directory: ./sim
|
||||||
- run: ./build/sim
|
- name: Run Simulator
|
||||||
|
run: ./build/sim
|
||||||
working-directory: ./sim
|
working-directory: ./sim
|
||||||
|
|
Loading…
Reference in a new issue