Skip to content

cc_arb_tree: Fold flush_i and clr_i #687

cc_arb_tree: Fold flush_i and clr_i

cc_arb_tree: Fold flush_i and clr_i #687

Workflow file for this run

name: lint
on: [ push, pull_request, workflow_dispatch ]
jobs:
################
# Verible Lint #
################
verilog:
name: Verilog Sources
# This job runs on Linux (fixed ubuntu version)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: chipsalliance/verible-linter-action@main
with:
paths: |
./src
extra_args: "--waiver_files lint/common_cells.style.waiver --rules=-interface-name-style --lint_fatal"
github_token: ${{ secrets.GITHUB_TOKEN }}
reviewdog_reporter: github-check