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
How does a Bandgap Voltage reference work?
Explain why is the number of gate inputs to cmos gates usually limited to four?
How can you model a SRAM at RTL Level?
What does the above code synthesize to?
Explain the Various steps in Synthesis?
What is the difference between synchronous and asynchronous reset?
Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?
What are the different design techniques required to create a layout for digital circuits?
Explain sizing of the inverter?
What are the different design constraints occur in the synthesis phase?
What are the different ways in which antenna violation can be prevented?
Explain how binary number can give a signal or convert into a digital signal?
What is the difference between cmos and bipolar technologies?
What products have you designed which have entered high volume production?
Explain why present VLSI circuits use MOSFETs instead of BJTs?