What is component binding?

Answer Posted / khush

If an entity contains many architectures and any one of
the possible architecture binding with its entity is done
using configuration. It is used to bind the architecture
body to its entity and a component with an entity.

Syntax:

configuration configuration_name of entity_name is
block_configuration;
end configuration_name.

Block_configuration defines the binding of components in a
block. This can be written as

for block_name
component_binding;
end for;
block_name is the name of the architecture body. Component
binding binds the components of the block to entities. This
can be written as,

for component_labels:component_name
block_configuration;
end for;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.

2315


In vlsi chip 1000s of transistors are dropped, specifically categorized. Which method is used to achieve this & how it is done practically?

581


Explain CMOS Inverter transfer characteristics?

3448


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing transistor width.

787


What are the different gates where boolean logic are applicable?

593






How binary number can give a signal or convert into a digital signal?

688


Explain Basic Stuff related to Perl?

610


what are three regions of operation of MOSFET and how are they used?

676


Explain the working of Insights of a pass gate ?

674


Explain how Verilog is different to normal programming language?

682


You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem?

2181


Explain sizing of the inverter?

3901


What is the difference between cmos and bipolar technologies?

568


How can you construct both PMOS and NMOS on a single substrate?

4485


What are the steps involved in preventing the metastability?

651