Thursday, July 23, 2020

Verilog Module?

The basic unit of logic description which contains all the information required for modeling the hardware.
It starts with the 'module' keyword and end with the 'endmodule' keyword.

Syntax: 
module <module_name> (port declaration);
----------
----------
endmodule

No comments:

Post a Comment

Featured Post

Why there is a massive chip shortage in the semiconductor industry?

Potential factors like economic disruption due to COVID-19, working from home, wafer yield issues, and shortage for 200 mm wafer capacities ...