verilator/test_regress/t/t_flag_topmodule_bad3.v

12 lines
260 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain.
// SPDX-FileCopyrightText: 2026 Wilson Snyder
// SPDX-License-Identifier: CC0-1.0
module notfound1;
endmodule
module notfound2;
endmodule