Introduction To VLSI Design
Introduction To VLSI Design
Presenting by:
M. Sai Bhargav
11806781
E1806
B.Tech, ECE
Contents:
Introduction
About VLSI and its applications
Combinational Circuits
Sequential Circuits
Verilog programming using gate level and data flow level modelling
Behavioural modelling
Conclusion
Introduction:
always
begin
#50 a = ~a;
end
In this modelling we use procedural assignments which update the variables
under the control of procedural flow constructs that surrounded them
Delay in assignment is used to suspend the execution of statement for
specified time units
Blocking statements- defined by =
Non blocking statements- defined by <=