mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
10 lines
363 B
Systemverilog
10 lines
363 B
Systemverilog
// ======================================================================
|
|
// This file ONLY is placed under the Creative Commons Public Domain.
|
|
// SPDX-FileCopyrightText: 2026 Christian Hecken
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
// ======================================================================
|
|
|
|
module t;
|
|
string str /*verilator forceable*/;
|
|
endmodule
|