mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
32 lines
817 B
Text
32 lines
817 B
Text
// -*- coding: utf-8 -*-
|
|
// Copyright (C) 2022 Thales DIS France SAS
|
|
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0.
|
|
// Original Author: Zbigniew Chamski (zbigniew.chamski@thalesgroup.com)
|
|
|
|
{
|
|
// Name of the project
|
|
name: "pulp_tech_cells_generic",
|
|
|
|
// Target directory: relative to the location of this script.
|
|
target_dir: "pulp-platform/tech_cells_generic",
|
|
|
|
// Upstream repository
|
|
upstream: {
|
|
// URL
|
|
url: "https://github.com/pulp-platform/tech_cells_generic.git",
|
|
// revision
|
|
rev: "v0.2.13",
|
|
}
|
|
|
|
// Patch dir for local changes
|
|
patch_dir: "patches/pulp-platform/tech_cells_generic",
|
|
|
|
// Exclusions from upstream content
|
|
exclude_from_upstream: [
|
|
"Bender.yml",
|
|
"scripts",
|
|
"src_files.yml",
|
|
"test",
|
|
]
|
|
}
|
|
|