-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlowrisc_prim.vendor.hjson
54 lines (50 loc) · 1.42 KB
/
lowrisc_prim.vendor.hjson
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "lowrisc_prim",
target_dir: "prim",
upstream: {
url: "https://github.com/lowRISC/OpenTitan.git",
rev: "master",
only_subdir: "hw/ip/prim",
},
// Optional: Apply patches from the following directory to the upstream
// sources
patch_dir: "patches/prim",
// Optional: Update patches in |patch_dir| from a Git repository
// If util/vendor is run with --refresh-patches, all commits in the repository
// at |url| between |rev_base| and |rev_patched| are exported into the
// |patch_dir|, replacing all existing patches.
//patch_repo: {
// url: "git@github.com:lowRISC/riscv-dbg.git",
// rev_base: "pulpissimo_integration",
// rev_patched: "ot",
//},
// Optional: Exclude files or directories from the upstream sources
// The standard glob wildcards (*, ?, etc.) are supported
exclude_from_upstream: [
"*.core",
"doc",
"*prim_clock*",
"*prim_flash*",
"*prim_pad_wrapper*",
"*prim_ram_1p*",
"*prim_rom*",
"dv",
"fpv",
"*prim_alert*",
"*prim_arbiter*",
"*prim_clock_inverter*",
"*prim_diff_decode*",
"*prim_esc*",
"*prim_fifo_sync*",
"*prim_filter_ctr*",
"*prim_lfsr*",
"*prim_packer*",
"*prim_ram_2p_adv*",
"*prim_secded*",
"*prim_sram_arbiter*",
"util",
]
}