From 1b82a21d6a382e062af26b4fd4658ca39f11bde2 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Tue, 24 Oct 2023 12:05:54 +0200 Subject: [PATCH] fix ci --- .github/verible.waiver | 2 +- .github/workflows/lint.yml | 4 ++++ target/sim/vcs/start | 9 --------- 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100755 target/sim/vcs/start diff --git a/.github/verible.waiver b/.github/verible.waiver index 5b8f931c..fb2c3fe3 100644 --- a/.github/verible.waiver +++ b/.github/verible.waiver @@ -6,7 +6,7 @@ # - Thomas Benz # 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" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ad09dde1..08eec76c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/target/sim/vcs/start b/target/sim/vcs/start deleted file mode 100755 index b54ca299..00000000 --- a/target/sim/vcs/start +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/sepp/bin/vcs-2020.12 bash -# Copyright 2022 ETH Zurich and University of Bologna. -# Solderpad Hardware License, Version 0.51, see LICENSE for details. -# SPDX-License-Identifier: SHL-0.51 - -# Authors: -# - Thomas Benz - -bin/$1.vcs +vcs+lic+wait +job_file=$2 | tee logs/$3.vcs.log