Skip to content

Commit 6c56ce9

Browse files
committed
vsim: add Siemens software program to header
1 parent 7a08cfe commit 6c56ce9

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

vsim/compile_tech.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44
#
5+
# Published with permission from Siemens.
6+
# Siemens QuestaSim is available through EDA Higher Education Software Program
7+
# https://www.sw.siemens.com/en-US/academic/educators/eda-higher-education-software/
8+
#
59
# Authors:
610
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
711

vsim/wave_rtl.do

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright (c) 2024 ETH Zurich and University of Bologna.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
# Published with permission from Siemens.
6+
# Siemens QuestaSim is available through EDA Higher Education Software Program
7+
# https://www.sw.siemens.com/en-US/academic/educators/eda-higher-education-software/
8+
#
9+
# Authors:
10+
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
11+
112
onerror {resume}
213
quietly WaveActivateNextPane {} 0
314
add wave -noupdate -expand -group {Reset & Clocks} -label rst_ni /tb_croc_soc/i_croc_soc/rst_ni

vsim/wave_yosys.do

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Copyright (c) 2024 ETH Zurich and University of Bologna.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
# Published with permission from Siemens.
6+
# Siemens QuestaSim is available through EDA Higher Education Software Program
7+
# https://www.sw.siemens.com/en-US/academic/educators/eda-higher-education-software/
8+
#
9+
# Authors:
10+
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
11+
112
onerror {resume}
213
quietly WaveActivateNextPane {} 0
314
add wave -noupdate /tb_croc_soc/i_croc_soc/i_croc/rst_ni

0 commit comments

Comments
 (0)