blob: 28eef765ffccc78a5813cc2ff3f24f2cc8b0a73d [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001// 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 Elliott77f34322020-08-18 22:25:14 +010023 # We always exclude .clang-format from upstream repos
24 "tb/.clang-format",
lowRISC Contributors802543a2019-08-31 12:12:56 +010025 ]
26}