Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 24, 2023
1 parent 16a233c commit 1b82a21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - Thomas Benz <[email protected]>

# Fix this ...
waive --rule=line-length --location="src/frontends/desc64/idma_desc64_top.sv"
waive --rule=line-length --location="src/frontends/desc64/idma_desc64.sv"

# Declare zero-based big-endian unpacked dimensions sized as [N] -> legacy PULP code :S
waive --rule=unpacked-dimensions-range-ordering --location="src/systems/pulpopen/dmac_wrap.sv"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
Copyright (\d{4}(-\d{4})?\s)?(ETH Zurich and University of Bologna|lowRISC contributors).
(Solderpad Hardware License, Version 0.51|Licensed under the Apache License, Version 2.0), see LICENSE for details.
SPDX-License-Identifier: (SHL-0.51|Apache-2.0)
# Exclude generated headers (no license checker support for optional lines)
exclude_paths: |
src/systems/cva6_reg/driver/*.h
target/sim/vsim/wave/tpl/*.do.tpl
lint-sv:
runs-on: ubuntu-latest
Expand Down
9 changes: 0 additions & 9 deletions target/sim/vcs/start

This file was deleted.

0 comments on commit 1b82a21

Please sign in to comment.