Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Difference between dataflow and behavioral model in verilog?

Status
Not open for further replies.

deepa1206

Junior Member level 3
Junior Member level 3
Joined
Jun 12, 2009
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,518
Can anyone explain the difference between dataflow and behavioral model in verilog.. i have been searching the internet and havent been able to find concrete answers.

thanks
 

Re: Difference between dataflow and behavioral model in veri

deepa1206 said:
Can anyone explain the difference between dataflow and behavioral model in verilog.. i have been searching the internet and havent been able to find concrete answers.

thanks

Hi deepa,
Its very simple.Name itself explains what they are.Dataflow is one way of describing the program.Like describing the logical funtion of a particular design.
Behavioral model on the other hand describes the behavior of the system.How does it behave when particular input is given?

I hope its clear.
 

Re: Difference between dataflow and behavioral model in veri

Thank you Tan. I was going through some examples, and I saw that only "assign" statement is primarily used in dataflow model. Does that mean that dataflow cannot be used for sequential behavior?
 

Re: Difference between dataflow and behavioral model in veri

In a way you can say that it cannot be sequential.Because dataflow is logical representation.You can say them as defining equations in vhdl format.so you dont require a clock.If you dont need a clock there is no point for sequential circuits.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top