Search This Blog

Saturday, July 20, 2013

Small Description about Behavior Modeling Style






Behavior Modeling Style -


  • Behavior Modeling Style shows that how our system performs according to current input values.
  • In behavor Modeling, we defines that what value we get at the output corresponding to input values.
  • We Defines the function / Behavior of our Digital Systems in Behavior Modeling Style.
  • Behavior Modeling Style works on Sequential Execution.
  • Behavior Modeling style very much similar to C-language.


PROCESS   is the basic building block to work on Behavior modeling style.   PROCESS   is the keyword which converts the way of execution from concurrent execution to sequential execution. 

All the statements in behavior modeling style must be written in between  PROCESS  block.


Syntax - How to use PROCESS  keyword in VHDL Language.


label  :   process   (Senstivity List) 
Variable Declaration (optional).
Constant Declaration (optional).
begin

        Sequential Statements ;

end process ;


Behavior Modeling Style Statements -



Sample Programs & LAB Exercise -

Basic Combinational Circuits Design.-



Basic Flip Flop Design using Behavior Modeling Style-



Shift Registers Design using Behavior Modeling style-






2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. nice website...no adds no disturbance nothing....
    very much helpful for beginners...
    simply superb...!

    ReplyDelete