vendoring riscv-isa-sim for ePMP directed tests

This commit is contained in:
Saad Khalid 2023-02-02 09:55:31 +00:00 committed by Greg Chadwick
parent b52c1c79df
commit b3733f9a05
2 changed files with 26 additions and 0 deletions

14
vendor/riscv_isa_sim.lock.hjson vendored Normal file
View 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
View 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",
},
}