Skip to content

Merge pull request #1 from hipersys-team/dependabot/pip/simulation/ce… #4

Merge pull request #1 from hipersys-team/dependabot/pip/simulation/ce…

Merge pull request #1 from hipersys-team/dependabot/pip/simulation/ce… #4

Workflow file for this run

on:
issue_comment:
branches:
- main
push:
paths:
- 'rtl/**'
- '.github/workflows/*.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Submodules
run: git submodule update --init
- name: Install dependencies
run: |
sudo apt install -y verilator python3 python3-pip python3-venv
verilator --version
- name: Run accuracy testing
run: |
cd rtl
make accuracy