Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCode in architecture outside a process
Hello, i've seen in many places code in an architecture out of any process, but i can't make it work: ..... begin -------------------------------- ---- Component map -----------...
Altera_Forum
Honored Contributor
14 years agocounters should only be made inside syncrhonous processes.
But there is nothing wrong with an asynchronous process. every line of code outside a process is really just a process sensitve to all the signals on the RHS.