-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use allow list in verible formatter script
For now it contains only files unchanged by the formatter. Signed-off-by: Rafal Kapuscik <[email protected]>
- Loading branch information
Rafal Kapuscik
committed
Apr 13, 2021
1 parent
71174e0
commit 5473c34
Showing
2 changed files
with
42 additions
and
6 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,18 @@ | ||
# Copyright lowRISC contributors. | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# This is a list of files to be passed to Verible formatter | ||
# by calling verible-format.sh | ||
|
||
hw/ip/adc_ctrl/dv/tests/adc_ctrl_test_pkg.sv | ||
hw/ip/adc_ctrl/dv/env/adc_ctrl_env_pkg.sv | ||
hw/ip/gpio/dv/tests/gpio_test_pkg.sv | ||
hw/ip/adc_ctrl/dv/env/seq_lib/adc_ctrl_vseq_list.sv | ||
hw/ip/adc_ctrl/dv/env/seq_lib/adc_ctrl_smoke_vseq.sv | ||
hw/ip/prim_xilinx/rtl/prim_xilinx_buf.sv | ||
hw/ip/pwm/dv/tests/pwm_test_pkg.sv | ||
hw/ip/pwm/dv/env/pwm_env_pkg.sv | ||
hw/ip/pwm/dv/env/seq_lib/pwm_smoke_vseq.sv | ||
hw/ip/pwm/dv/env/seq_lib/pwm_vseq_list.sv | ||
hw/ip/gpio/dv/env/seq_lib/gpio_vseq_list.sv |
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