0
868views
Explain VHDL format in detail.
1 Answer
0
2views

A VHDL design begins with an ENTITY block that describes the interface for the design. The interface defines the i/p and o/p logic signals of the ckt to be designed.

The ARCHITECTURE Block describes the internal operation of the design.

Fig below shows the VHDL program structure.

enter image description here

Entity entity-name is …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.