1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-01 09:20:58 +00:00

Fix lint for QERV mode

This commit is contained in:
Olof Kindgren
2025-05-11 19:30:54 +02:00
parent 3c2dc51969
commit a72c1e8737
4 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
width: [1, 4]
name: Linter
env:
REPO : serv
@@ -17,6 +20,6 @@ jobs:
- run: sudo apt install verilator
- run: pip3 install fusesoc
- run: fusesoc library add $REPO $GITHUB_WORKSPACE/$REPO
- run: fusesoc run --target=lint $VLNV
- run: fusesoc run --target=lint servant
- run: fusesoc run --target=lint $VLNV --W=${{ matrix.width }}
- run: fusesoc run --target=lint servant --width=${{ matrix.width }}
- run: fusesoc run --target=lint serving