Ports
Port List:
A listing of the port names
Example:
module mult_acc (out, ina, inb, clk, clr);
Port Types:
input --> input port
output --> output port
inout --> bidirectional port
Port Declarations:
<port_type> <port_name>
Example:
input [7:0] ina, inb;
input clk, clr;
output [15:0] out;
ÀÌÀü ½½¶óÀ̵å
´ÙÀ½ ½½¶óÀ̵å
ù ½½¶óÀ̵å·Î À̵¿
±×·¡ÇÈ ¹öÀü º¸±â