What is component binding?

Answers were Sorted based on User's Feedback



What is component binding?..

Answer / sham

w r t VHDL component binding is binding of an entity with an architecture declared else where..

Is This Answer Correct ?    1 Yes 0 No

What is component binding?..

Answer / 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

More VLSI Interview Questions

Explain Custom Design Flow?

2 Answers   Intel,


What are the steps required to solve setup and hold violations in vlsi?

0 Answers  


Give the expression for CMOS switching power dissipation?

2 Answers   Infosys,


For f = AB+CD if B is S-a-1, what are the test vectors needed to detect the fault?

0 Answers   Intel,


What is a D-latch? Write the VHDL Code for it?

3 Answers   Intel,






Explain the working of differential sense amplifier?

1 Answers  


Explain about stuck at fault models, scan design, BIST and IDDQ testing?

3 Answers   Intel,


Explain what is multiplexer?

0 Answers  


What is the difference between nmos and pmos technologies?

0 Answers  


How to find the read failiure probablity in SRAM?

2 Answers  


what is Channel length modulation?

2 Answers   Intel,


what is the doping?

5 Answers  


Categories