Merge vendor scripts for opentitan imports

This combines the existing vendor files to use the new mapping
functionality added to the vendoring tool.
This commit is contained in:
Rupert Swarbrick 2020-04-28 16:59:56 +01:00 committed by Philipp Wagner
parent 1bbcce07ca
commit 93dd719a54
13 changed files with 22 additions and 169 deletions

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: hw/dv/sv/common_ifs
}
}

View file

@ -1,13 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "common_ifs",
target_dir: "lowrisc_ip/common_ifs",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "hw/dv/sv/common_ifs"
}
}

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: hw/dv/sv/csr_utils
}
}

View file

@ -1,13 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "csr_utils",
target_dir: "lowrisc_ip/csr_utils",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "hw/dv/sv/csr_utils"
}
}

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: hw/dv/sv/dv_lib
}
}

View file

@ -1,13 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "dv_lib",
target_dir: "lowrisc_ip/dv_lib",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "hw/dv/sv/dv_lib"
}
}

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: hw/dv/sv/dv_utils
}
}

View file

@ -1,14 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "dv_utils",
target_dir: "lowrisc_ip/dv_utils",
patch_dir: "patches/lowrisc_dv_utils",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "hw/dv/sv/dv_utils"
}
}

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: util/dvsim
}
}

View file

@ -1,13 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "dvsim",
target_dir: "lowrisc_ip/dvsim",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "util/dvsim"
}
}

22
vendor/lowrisc_ip.vendor.hjson vendored Normal file
View file

@ -0,0 +1,22 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "lowrisc_ip",
target_dir: "lowrisc_ip",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
}
mapping: [
{from: "hw/dv/sv/common_ifs", to: "common_ifs"},
{from: "hw/dv/sv/csr_utils", to: "csr_utils"},
{from: "hw/dv/sv/dv_lib", to: "dv_lib"},
{from: "hw/dv/sv/dv_utils", to: "dv_utils"},
{from: "util/dvsim", to: "dvsim"},
{from: "util/uvmdvgen", to: "uvmdvgen"}
]
}

View file

@ -1,15 +0,0 @@
// 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/lowRISC/opentitan
rev: 249b4c316cd6626d13e17edd8a52ca60c004af96
only_subdir: util/uvmdvgen
}
}

View file

@ -1,13 +0,0 @@
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
{
name: "uvmdvgen",
target_dir: "lowrisc_ip/uvmdvgen",
upstream: {
url: "https://github.com/lowRISC/opentitan"
rev: "master"
only_subdir: "util/uvmdvgen"
}
}