module my_beautiful_module (out, a, b); output [7:0] out; input [3:0] a; input [4:0] b; …// some logic endmodule