File tree Expand file tree Collapse file tree 7 files changed +38
-1
lines changed
Expand file tree Collapse file tree 7 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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 <tbenz@iis.ee.ethz.ch>
8+
29# klayout batch mode to create the sealring and fill
310
411export KLAYOUT=${KLAYOUT:- klayout}
Original file line number Diff line number Diff line change 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 <ezelioli@iis.ee.ethz.ch>
28
39# Set variables
410OPENROAD=${OPENROAD:- openroad}
Original file line number Diff line number Diff line change 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 <ezelioli@iis.ee.ethz.ch>
28
39# Set variables
410VERILATOR=${VERILATOR:- verilator}
Original file line number Diff line number Diff line change 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 <ezelioli@iis.ee.ethz.ch>
28
39# Set variables
410VSIM=${VSIM:- vsim}
Original file line number Diff line number Diff line change 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 <ezelioli@iis.ee.ethz.ch>
28
39# Set variables
410VIVADO=${VIVADO:- " vitis-2022.1 vivado" }
Original file line number Diff line number Diff line change 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 <ezelioli@iis.ee.ethz.ch>
28
39# Set variables
410YOSYS=${YOSYS:- yosys}
You can’t perform that action at this time.
0 commit comments