lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | { |
| 5 | name: "pulp_riscv_dbg", |
| 6 | target_dir: "pulp_riscv_dbg", |
| 7 | patch_dir: "patches/pulp_riscv_dbg", |
| 8 | |
| 9 | upstream: { |
| 10 | url: "https://github.com/pulp-platform/riscv-dbg", |
| 11 | rev: "master", |
| 12 | }, |
| 13 | |
| 14 | patch_repo: { |
| 15 | url: "git@github.com:lowRISC/riscv-dbg.git", |
| 16 | rev_base: "master", |
| 17 | rev_patched: "ot", |
| 18 | }, |
| 19 | |
| 20 | exclude_from_upstream: [ |
| 21 | "src/dm_top.sv", |
| 22 | "src_files.yml", |
Sam Elliott | 77f3432 | 2020-08-18 22:25:14 +0100 | [diff] [blame] | 23 | # We always exclude .clang-format from upstream repos |
| 24 | "tb/.clang-format", |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 25 | ] |
| 26 | } |