Skip to content

Commit c717d0c

Browse files
committed
add license header
1 parent 77b807e commit c717d0c

File tree

7 files changed

+38
-1
lines changed

7 files changed

+38
-1
lines changed

ihp13/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023 ETH Zurich and University of Bologna.
2+
# Copyright 2026 ETH Zurich and University of Bologna.
33
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
44
# SPDX-License-Identifier: SHL-0.51
55
# Authors:

klayout/scripts/finishing.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#! /bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Thomas Benz <[email protected]>
8+
29
# klayout batch mode to create the sealring and fill
310

411
export KLAYOUT=${KLAYOUT:-klayout}

openroad/run.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Enrico Zelioli <[email protected]>
28

39
# Set variables
410
OPENROAD=${OPENROAD:-openroad}

verilator/run.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Enrico Zelioli <[email protected]>
28

39
# Set variables
410
VERILATOR=${VERILATOR:-verilator}

vsim/run.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Enrico Zelioli <[email protected]>
28

39
# Set variables
410
VSIM=${VSIM:-vsim}

xilinx/implement.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Enrico Zelioli <[email protected]>
28

39
# Set variables
410
VIVADO=${VIVADO:-"vitis-2022.1 vivado"}

yosys/run.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# Copyright 2026 ETH Zurich and University of Bologna.
3+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
4+
# SPDX-License-Identifier: SHL-0.51
5+
# Authors:
6+
#
7+
# - Enrico Zelioli <[email protected]>
28

39
# Set variables
410
YOSYS=${YOSYS:-yosys}

0 commit comments

Comments
 (0)