Skip to content

Commit 534c210

Browse files
committed
Add license header to files
Signed-off-by: Douglas Reis <[email protected]>
1 parent 0a8d733 commit 534c210

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Byte-compiled / optimized / DLL files
26
__pycache__/
37
*.py[codz]

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# BenevisRDL
2+
<!--
3+
# SPDX-FileCopyrightText: lowRISC contributors.
4+
# SPDX-License-Identifier: Apache-2.0
5+
-->
6+
27
This repository will house PeakRDL plugins, named after Ben Nevis, the UK's tallest peak.
38

49
## Installing dependencies

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
{
26
description = "Python env for rdl2ot";
37

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[project]
26
name = "benevisrdl"
37
version = "0.1.0"

rdl2ot/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# rdl2ot cli tool
2+
<!--
3+
# SPDX-FileCopyrightText: lowRISC contributors.
4+
# SPDX-License-Identifier: Apache-2.0
5+
-->
6+
27
A PeakRDL extension to generate OpenTitan register block SystemVerilog from SystemRDL files.
38

49
## Using as a standalone tool

rdl2ot/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[project]
26
name = "rdl2ot"
37
version = "0.1.0"

rdlexporter/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# rdlexporter
2+
<!--
3+
# SPDX-FileCopyrightText: lowRISC contributors.
4+
# SPDX-License-Identifier: Apache-2.0
5+
-->
6+
27
A library to generate SystemRDL files from the Hierarchical Register Model.
38

49
How to use it:

rdlexporter/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[project]
26
name = "rdlexporter"
37
version = "0.1.0"

0 commit comments

Comments
 (0)