blob: 6319f4d34eaf8b64aa783f3a1704ae660d547193 [file] [log] [blame] [edit]
module top(output out);
assign out = 1;
endmodule // top