Where to write sequential statements in vhdl?
Score: 4.1/5 (8 votes) A VHDL description has two domains: a sequential domain and a concurrent domain. The sequential domain is represented by a process or subprogram that contains sequential statements. These statements are exe- cuted in the order in which they appear within the process or subprog...