From 0017a5b51c2e6520c4cb7ae919145d5159d657c8 Mon Sep 17 00:00:00 2001 From: Istvan-Zsolt Szekely Date: Wed, 6 Nov 2024 16:11:25 +0200 Subject: [PATCH 1/2] unit_level_tb: Added SV support Signed-off-by: Istvan-Zsolt Szekely --- library/common/tb/run_tb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/tb/run_tb.sh b/library/common/tb/run_tb.sh index 9812dd1d07..36e8159469 100644 --- a/library/common/tb/run_tb.sh +++ b/library/common/tb/run_tb.sh @@ -19,7 +19,7 @@ case "$SIMULATOR" in xsim) # XSim flow - xvlog -log ${NAME}_xvlog.log --sourcelibdir . ${SOURCE} || exit 1 + xvlog --sv -log ${NAME}_xvlog.log --sourcelibdir . ${SOURCE} || exit 1 xelab -log ${NAME}_xelab.log -debug all ${NAME} || exit 1 if [[ "$MODE" == "-gui" ]]; then echo "log_wave -r *" > xsim_gui_cmd.tcl From 26e3d9120f3434e65f5a1d2e503f6e6810460be8 Mon Sep 17 00:00:00 2001 From: Istvan-Zsolt Szekely Date: Wed, 6 Nov 2024 16:21:37 +0200 Subject: [PATCH 2/2] unit_level_tb: Updated copyright year Signed-off-by: Istvan-Zsolt Szekely --- library/common/tb/run_tb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/tb/run_tb.sh b/library/common/tb/run_tb.sh index 36e8159469..3e59b4aba4 100644 --- a/library/common/tb/run_tb.sh +++ b/library/common/tb/run_tb.sh @@ -1,5 +1,5 @@ ############################################################################## -## Copyright (C) 2014-2023 Analog Devices, Inc. All rights reserved. +## Copyright (C) 2014-2024 Analog Devices, Inc. All rights reserved. ### SPDX short identifier: BSD-1-Clause ##############################################################################