-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pulp-platform/ci
Fix some CI issues
- Loading branch information
Showing
25 changed files
with
196 additions
and
732 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 2023 ETH Zurich and University of Bologna. | ||
# 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" | ||
# Our interfaces do not follow the interface conventions | ||
waive --rule=interface-name-style --location="hw/ip/reqrsp_interface/src/reqrsp_intf.sv" | ||
waive --rule=interface-name-style --location="hw/ip/tcdm_interface/src/tcdm_interface.sv" | ||
# We have some long lines | ||
waive --rule=line-length --location="hw/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.