Skip to content

Release pulp-v0.4.0 #510

Release pulp-v0.4.0

Release pulp-v0.4.0 #510

Workflow file for this run

# Copyright 2021 OpenHW Group
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Run functional regression checks
name: ci
on: [push, pull_request]
jobs:
riscv-tests:
name: riscv-tests
runs-on: ubuntu-latest
strategy:
matrix:
testcase: [asm-tests, mul, amo, fp, benchmarks]
target: [cv64a6_imafdc_sv39, cv64a6_imafdcsclic_sv39]
include:
- testcase: clic
target: cv64a6_imafdcsclic_sv39
- testcase: hyp
target: cv64a6_imafdcsclic_sv39
env:
RISCV: /riscv
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare
run: ci/setup.sh
- name: run tests
run: make run-${{ matrix.testcase}}-verilator target=${{ matrix.target }}