Which one of the following keyword is used to define a process in VHDL?

Which one of the following keyword is used to define a process in VHDL? Correct Answer “process”

An alternative form for a process uses wait statements instead of a sensitivity list. A process cannot have both a wait statement and a sensitivity list. Any process in VHDL can be defined as “process”.

Related Questions

The process used for implementation of sequential logic in VHDL is called ______ process.