add SPDX-FileCopyright...

This commit is contained in:
Yilin Li 2026-06-09 23:30:00 +02:00
parent 1b847340e0
commit e3803e3b9a
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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;