Skip to content

Commit

Permalink
CI: Use fixed CoreMark from a fork, add artifact upload
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Feb 2, 2024
1 parent 8c37ddf commit f06557d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,18 @@ jobs:
popd
git submodule update --init --recursive software/coremark
pushd software/coremark
./build.sh
rm -rf riscv-coremark
git clone https://github.com/antmicro/riscv-coremark -b mkurc/54119-baremetal-fixes
pushd riscv-coremark && git submodule update --init --recursive && popd
TICKS_PER_SEC=100000 ITERATIONS=1 ./build.sh
popd
pushd sims/verilator
make run-binary CONFIG=${{ matrix.CONFIG }} BINARY=${{ matrix.BINARY }}
make run-binary CONFIG=${{ matrix.CONFIG }} BINARY=${{ matrix.BINARY }} timeout_cycles=10000000
popd
popd
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v3
with:
name: verilator_tests
path: chipyard/sims/verilator/output/

0 comments on commit f06557d

Please sign in to comment.