Skip to content

Add support for GMM-7550 module (Cologne Chip GateMate FPGA) #320

Add support for GMM-7550 module (Cologne Chip GateMate FPGA)

Add support for GMM-7550 module (Cologne Chip GateMate FPGA) #320

Workflow file for this run

name: Run linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Linter
env:
REPO : serv
VLNV : serv
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
path: serv
- 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 serving