mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 05:47:36 -04:00
19 lines
445 B
Text
19 lines
445 B
Text
// Copyright lowRISC contributors.
|
|
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
{
|
|
name: "google_riscv-dv",
|
|
target_dir: "google_riscv-dv",
|
|
|
|
upstream: {
|
|
url: "https://github.com/chipsalliance/riscv-dv",
|
|
rev: "master",
|
|
},
|
|
|
|
exclude_from_upstream: [
|
|
"docs/riscv-dv.pdf",
|
|
"sample/sample_rv32imc_test.tar.gz",
|
|
]
|
|
|
|
patch_dir: "patches/google_riscv-dv"
|
|
}
|