Lect8 RTL Design
Lect8 RTL Design
2
Difference between Combination Logic and
Sequential Logic
if (condition)
Statements;
else
statements;
if (condition)
statements;
else if (condition)
Statements;
else
statements;
Case statement