blob: 2fc35f0554c66d810d233b358120c4bc343e8e7e [file] [log] [blame] [edit]
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2019 by Wilson Snyder.
module t_multitop1s;
initial $display("In '%m'");
endmodule
module in_subfile;
initial $display("In '%m'");
endmodule