Search This Blog

Monday, July 15, 2013

WHEN - ELSE    Concurrent  Statement   (Data Flow Modeling Style)-



Syntax -


target    <=   expression_1     when    (condition_1)    else
                     expression_2     when    (condition_2)    else
                     expression_3     when    (condition_3)    else
                    _
                    _
                    _
                      expression_n     when    (condition_n);





Sample Programs-

No comments:

Post a Comment