Explain Data Flow Modeling, Behavioral Modeling and Structural Modeling

Untitled Forums Engineering Explain Data Flow Modeling, Behavioral Modeling and Structural Modeling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16311
    kaushlendra
    Member

    Explain Data Flow Modeling, Behavioral Modeling and Structural Modeling

    #16312
    kaushlendra
    Member

    Data Flow Modeling:- In this modeling flow of data through entity is expressed using parallel signals. The concurrent statements in VHDL are WHEN and GENERATE. The assignment use operators are (AND ,OR *,etc). The special kinds of assignment in VHDL are called BLOCK. There are different kinds of code used in concurrent is:

    1. Operators
    2. The WHEN statement
    3. The GENERATE statement
    4. The BLOCK statement

    Behavioral Modeling:- In the behavioral modeling it describe that how the circuit behaves. Behaviour of entity is expressed using procedural code, sequentially executed, which is very much semantics to that high level programming language like c and similar to the syntax.The behaviour statements are IF, WAIT,CASE and LOOP.

    Structural Modeling:- In this modeling entity is described as set of interconnected components.The component is concurrent statements so order of this statement is not more important. The structural style only describe the interconnected components.

    • This reply was modified 5 years, 4 months ago by kaushlendra.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.