Slide 8 of 43
Notes:
There are a number of constructs available in VHDL to incorporate design objects into architecture descriptions. The simplest, but least versatile, is the direct instantiation of a VHDL entity. With this method, the details of the entity’s interface must be known and cannot be customized at instantiation.
The other two mechanisms use a locally declared components to define a idealized element interfaces. A component is then plugged into the architecture description by connecting signals visible in the architecture to the interface of the component in an instantiation statement. The two mechanisms here differ in how a component is bound to an existing VHDL design object. One mechanism binds the component to an existing VHDL entity/architecture object within the architecture description in which the component was instantiated. The second mechanism defers the binding until higher levels in the design hierarchy via the use of configurations which are introduced in this section.