2026-01-10 09:48:46 +01:00
|
|
|
// ======================================================================
|
2026-01-27 02:24:34 +01:00
|
|
|
// This file ONLY is placed under the Creative Commons Public Domain.
|
|
|
|
|
// SPDX-FileCopyrightText: 2026 Christian Hecken
|
2026-01-10 09:48:46 +01:00
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
// ======================================================================
|
|
|
|
|
|
|
|
|
|
module t;
|
|
|
|
|
string str /*verilator forceable*/;
|
|
|
|
|
endmodule
|