Skip to content

Commit ff11d2c

Browse files
authored
Merge pull request #143 from openrisc/licence-switch-cern-ohl-v2-w
Licence switch OHDL to CERN OHL-W V2
2 parents 95eee05 + c666fde commit ff11d2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+428
-605
lines changed

LICENSE

Lines changed: 291 additions & 350 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ build the HTML documentation, run the following in the [doc/](doc/) directory:
2222

2323
## License
2424

25-
This project is licensed under the Open Hardware Description License (OHDL). For
26-
details please see the [LICENSE](./LICENSE) file or http://juliusbaxter.net/ohdl/
25+
This project is licensed under the CERN Open Hardware Licence Version 2 - Weakly Reciprocal (CERN-OHL-W). For
26+
details please see the [LICENSE](./LICENSE) file or https:/cern.ch/cern-ohl
27+
28+
SPDX-License-Identifier: CERN-OHL-W-2.0
29+
30+
https://spdx.org/licenses/CERN-OHL-W-2.0.html
2731

2832
## Configuration
2933

bench/formal/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
###########################################################
2-
# This Source Code Form is subject to the terms of the
3-
# Open Hardware Description License, v. 1.0. If a copy
4-
# of the OHDL was not distributed with this file, You
5-
# can obtain one at http://juliusbaxter.net/ohdl/ohdl.txt
2+
# SPDX-License-Identifier: CERN-OHL-W-2.0
63
#
74
# Description: Simplistic makefile for running formal tests
85
#

bench/formal/f_multiclock_op.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* ****************************************************************************
2-
This Source Code Form is subject to the terms of the
3-
Open Hardware Description License, v. 1.0. If a copy
4-
of the OHDL was not distributed with this file, You
5-
can obtain one at http://juliusbaxter.net/ohdl/ohdl.txt
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
63
74
Description: mor1kx formal multiclock alu operation checker
85

bench/formal/fspr_master.v

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
module fspr_master
1+
/* ****************************************************************************
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
3+
***************************************************************************** */
4+
5+
module fspr_master
26
#(
37
parameter OPTION_OPERAND_WIDTH = 32
48
)

bench/formal/fspr_slave.v

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* ****************************************************************************
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
3+
***************************************************************************** */
4+
15
module fspr_slave
26
#(
37
parameter OPTION_OPERAND_WIDTH = 32,

bench/verilog/mor1kx_monitor.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* ****************************************************************************
2-
This Source Code Form is subject to the terms of the
3-
Open Hardware Description License, v. 1.0. If a copy
4-
of the OHDL was not distributed with this file, You
5-
can obtain one at http://juliusbaxter.net/ohdl/ohdl.txt
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
63
74
Description: mor1kx monitor module
85

bench/verilog/mor1kx_traceport_monitor.v

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* ****************************************************************************
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
3+
***************************************************************************** */
4+
15
`include "mor1kx-defines.v"
26

37
`define OR1K_OPCODE_POS 31:26

rtl/verilog/mor1kx-defines.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* ****************************************************************************
2-
This Source Code Form is subject to the terms of the
3-
Open Hardware Description License, v. 1.0. If a copy
4-
of the OHDL was not distributed with this file, You
5-
can obtain one at http://juliusbaxter.net/ohdl/ohdl.txt
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
63
74
Description: mor1kx defines
85

rtl/verilog/mor1kx-sprs.v

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* ****************************************************************************
2-
This Source Code Form is subject to the terms of the
3-
Open Hardware Description License, v. 1.0. If a copy
4-
of the OHDL was not distributed with this file, You
5-
can obtain one at http://juliusbaxter.net/ohdl/ohdl.txt
2+
SPDX-License-Identifier: CERN-OHL-W-2.0
63
74
Description: SPR definitions
85

0 commit comments

Comments
 (0)