mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
16 lines
382 B
Text
16 lines
382 B
Text
// Copyright lowRISC contributors.
|
|
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
{
|
|
name: "riscv-tests",
|
|
target_dir: "riscv-tests",
|
|
|
|
upstream: {
|
|
url: "https://github.com/riscv-software-src/riscv-tests",
|
|
rev: "master",
|
|
},
|
|
exclude_from_upstream: [
|
|
"env/",
|
|
"debug/programs/encoding.h"
|
|
]
|
|
}
|