verilator/test_regress/t/t_flag_incdir.v

15 lines
326 B
Systemverilog

// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2025 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
`include "t_flag_f_tsub_inc.v"
`ifndef GOT_DEF5
`error "No GOT_DEF5"
`endif
module t (/*AUTOARG*/);
endmodule