Skip to content

Commit

Permalink
ci: Fix some Verible warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Sep 18, 2023
1 parent dcad1f5 commit 46a258b
Show file tree
Hide file tree
Showing 21 changed files with 156 additions and 728 deletions.
10 changes: 9 additions & 1 deletion .github/verible.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Auto-generated configuration registers are waived
waive --rule=typedef-structs-unions --location="hw/system/spatz_cluster/src/spatz_cluster_peripheral/*"
waive --rule=line-length --location="hw/system/spatz_cluster/src/spatz_cluster_peripheral/*"
waive --rule=no-trailing-spaces --location="hw/system/spatz_cluster/src/spatz_cluster_peripheral/*"
waive --rule=parameter-name-style --location="hw/system/spatz_cluster/src/spatz_cluster_peripheral/*"
# Our parameters are not CamelCase
waive --rule=parameter-name-style --location="hw/ip/snitch/src/snitch_pkg.sv"
waive --rule=parameter-name-style --location="hw/ip/spatz/src/generated/spatz_pkg.sv"
# We have some long lines
waive --rule=line-length --location="hw/*"
waive --rule=line-length --location="hw/*"
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ jobs:
domain: iis-git.ee.ethz.ch
repo: github-mirror/spatz
token: ${{ secrets.GITLAB_TOKEN }}
poll-count: 2160
8 changes: 0 additions & 8 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ sources:
## hw/ip/mem_interface ##

- hw/ip/mem_interface/src/mem_wide_narrow_mux.sv
- hw/ip/mem_interface/src/mem_interface.sv
- target: simulation
files:
- hw/ip/mem_interface/src/mem_test.sv
- target: test
files:
# Level 0
- hw/ip/mem_interface/test/mem_wide_narrow_mux_tb.sv

## hw/ip/tcdm_interface ##

Expand Down
113 changes: 0 additions & 113 deletions hw/ip/mem_interface/src/mem_interface.sv

This file was deleted.

Loading

0 comments on commit 46a258b

Please sign in to comment.