mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
vendoring riscv-isa-sim for ePMP directed tests
This commit is contained in:
parent
b52c1c79df
commit
b3733f9a05
2 changed files with 26 additions and 0 deletions
14
vendor/riscv_isa_sim.lock.hjson
vendored
Normal file
14
vendor/riscv_isa_sim.lock.hjson
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright lowRISC contributors.
|
||||
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// This file is generated by the util/vendor script. Please do not modify it
|
||||
// manually.
|
||||
|
||||
{
|
||||
upstream:
|
||||
{
|
||||
url: https://github.com/joxie/riscv-isa-sim
|
||||
rev: c2186bf1731b2a123ccc785ce9585861d370886f
|
||||
}
|
||||
}
|
12
vendor/riscv_isa_sim.vendor.hjson
vendored
Normal file
12
vendor/riscv_isa_sim.vendor.hjson
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright lowRISC contributors.
|
||||
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
{
|
||||
name: "epmp-tests",
|
||||
target_dir: "epmp-tests",
|
||||
|
||||
upstream: {
|
||||
url: "https://github.com/joxie/riscv-isa-sim",
|
||||
rev: "master",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue