Search This Blog

Monday, July 15, 2013

with-select concurrent statement (Data Flow Modeling Style)

WITH - SELECT    Concurrent Statement    (Data Flow Modeling Style)-



Syntax -


with   identifier   select
target     <=    expression_1     when     ch1,
                      expression_2      when     ch2,
                      expression_3      when     ch3,
                      _
                      _
                      _
                      expression_n      when     others




 Sample Programs-

No comments:

Post a Comment