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

Draw the Layout of an Inverter?

2139


How to improve these parameters? (Cascode topology, use long channel transistors)

1794


What is the difference between cmos and bipolar technologies?

666


Why does the present vlsi circuits use mosfets instead of bjts?

854


What types of high speed CMOS circuits have you designed?

2173






What is the difference between nmos and pmos technologies?

747


For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD

1048


What is the critical path in a SRAM?

2733


Draw a CMOS Inverter. Explain its transfer characteristics

770


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

880


How do you size NMOS and PMOS transistors to increase the threshold voltage?

2650


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

784


Implement a 2 I/P and gate using Tran gates?

3611


Explain CMOS Inverter transfer characteristics?

3547


Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?

2959