From e3803e3b9a83ad7852aef13d5f4b4c7a79aaaa5d Mon Sep 17 00:00:00 2001 From: Yilin Li Date: Tue, 9 Jun 2026 23:30:00 +0200 Subject: [PATCH] add SPDX-FileCopyright... --- test_regress/t/t_dpi_export_unpack.py | 10 ++++++++-- test_regress/t/t_dpi_export_unpack.v | 10 ++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_dpi_export_unpack.py b/test_regress/t/t_dpi_export_unpack.py index 72cdc721b..b365ee618 100755 --- a/test_regress/t/t_dpi_export_unpack.py +++ b/test_regress/t/t_dpi_export_unpack.py @@ -1,7 +1,13 @@ #!/usr/bin/env python3 -# DESCRIPTION: Verilator: Verilog Test for dpi unpack array +# DESCRIPTION: Verilator: Verilog Test driver/expect definition # -# author: Yilin Li +# This program is free software; you can redistribute it and/or modify it +# under the terms of either the GNU Lesser General Public License Version 3 +# or the Perl Artistic License Version 2.0. +# SPDX-FileCopyrightText: 2024 Wilson Snyder +# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 + +# 9-Jun-2026: Modifications for this test contributed by Yilin Li. import vltest_bootstrap diff --git a/test_regress/t/t_dpi_export_unpack.v b/test_regress/t/t_dpi_export_unpack.v index e8d5073c3..87f2d6885 100644 --- a/test_regress/t/t_dpi_export_unpack.v +++ b/test_regress/t/t_dpi_export_unpack.v @@ -1,3 +1,13 @@ +// DESCRIPTION: Verilator: Verilog Test module +// +// This program is free software; you can redistribute it and/or modify it +// under the terms of either the GNU Lesser General Public License Version 3 +// or the Perl Artistic License Version 2.0. +// SPDX-FileCopyrightText: 2020 Wilson Snyder +// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 + +// 9-Jun-2026: Modifications for this test contributed by Yilin Li. + export "DPI-C" task readHEX; export "DPI-C" task loadHEX;