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:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user