File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,18 @@ jobs:
121121 run : ./bazelisk.sh test //quality:buildifier_check
122122 - name : Vendored files
123123 run : ./ci/scripts/check-vendoring.sh
124- - name : Verible RTL
124+ - name : Verible RTL earlgrey
125125 run : ./ci/scripts/verible-lint.sh rtl earlgrey
126- - name : Verible DV
126+ - name : Verible DV earlgrey
127127 run : ./ci/scripts/verible-lint.sh dv earlgrey
128- - name : Verible FPV
128+ - name : Verible FPV earlgrey
129129 run : ./ci/scripts/verible-lint.sh fpv earlgrey
130+ - name : Verible RTL darjeeling
131+ run : ./ci/scripts/verible-lint.sh rtl darjeeling
132+ - name : Verible DV darjeeling
133+ run : ./ci/scripts/verible-lint.sh dv darjeeling
134+ - name : Verible FPV darjeeling
135+ run : ./ci/scripts/verible-lint.sh fpv darjeeling
130136 - name : Validate alert classification for Earl Grey
131137 run : ./ci/scripts/validate_alert_classification.py hw/top_earlgrey/ip_autogen/alert_handler/data/top_earlgrey_alert_handler.ipconfig.hjson "$(realpath hw/top_earlgrey/data/otp/otp_ctrl_img_owner_sw_cfg.hjson)"
132138 - name : Validate alert classification for Darjeeling
Original file line number Diff line number Diff line change @@ -29,11 +29,20 @@ bazel test //quality:buildifier_check --test_output=streamed
2929echo " ### Check vendored directories are up-to-date"
3030ci/scripts/check-vendoring.sh
3131
32- echo -e " \n### Style-Lint RTL Verilog source files with Verible"
32+ echo -e " \n### Style-Lint RTL Verilog source files with Verible for earlgrey "
3333ci/scripts/verible-lint.sh rtl earlgrey
3434
35- echo -e " \n### Style-Lint DV Verilog source files with Verible"
35+ echo -e " \n### Style-Lint DV Verilog source files with Verible for earlgrey "
3636ci/scripts/verible-lint.sh dv earlgrey
3737
38- echo -e " \n### Style-Lint FPV Verilog source files with Verible"
38+ echo -e " \n### Style-Lint FPV Verilog source files with Verible for earlgrey "
3939ci/scripts/verible-lint.sh fpv earlgrey
40+
41+ echo -e " \n### Style-Lint RTL Verilog source files with Verible for darjeeling"
42+ ci/scripts/verible-lint.sh rtl darjeeling
43+
44+ echo -e " \n### Style-Lint DV Verilog source files with Verible for darjeeling"
45+ ci/scripts/verible-lint.sh dv darjeeling
46+
47+ echo -e " \n### Style-Lint FPV Verilog source files with Verible for darjeeling"
48+ ci/scripts/verible-lint.sh fpv darjeeling
You can’t perform that action at this time.
0 commit comments