Skip to content

clk_int_div: Allow configuration while clock is disabled (#171) #276

clk_int_div: Allow configuration while clock is disabled (#171)

clk_int_div: Allow configuration while clock is disabled (#171) #276

Workflow file for this run

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