Altera_Forum
Honored Contributor
9 years agoBehavioral vs Dataflow/RTL
Hello,
I am having some trouble identifying the differenace between behavioral and dataflow modelling. I have searched a bit on the internet and i have seen that these two coding styles are quite the same. with regards to the entity decleration, it has to be the same for every coding style(inc. structural) but then with structural modelling the architecture is defined using logic gates while with behavioral and dataflow they both use a process and it basically defines the function in terms of the inputs and outputs declared in the entity. any help is appreciated :)