Skip to content

Disable failing verilator tests, custom verilator code modifications #17

Disable failing verilator tests, custom verilator code modifications

Disable failing verilator tests, custom verilator code modifications #17

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- gh-pages
- v**
pull_request:
branches-ignore:
- gh-pages
- v**
jobs:
verilator-lint:
name: Verilator lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install Bender
uses: pulp-platform/pulp-actions/bender-install@v2
with:
version: 0.30.0
- name: Install verilator
uses: veryl-lang/setup-verilator@v1
- name: Bender checkout
run: bender checkout
- name: Run Verilator lint
run: scripts/run_verilator.sh