Search This Blog

Saturday, July 20, 2013

How to use IF-ELSE Statements in Behvaior Modeling Style





IF-ELSE     Sequential Statements  (Behavior Modeling Style) -


Syntax -


if     (condition)      then
        Statements ;
elsif     (conditioin)     then
        Statements ;
else 
        Statements ;
end if;





Sample Programs -



Simple Combinational Circuit Design using IF-Else Statements -



No comments:

Post a Comment