answersLogoWhite

0


Best Answer

VHDL program follows IEEE library. This means that all the data types, commands, keywords etc. used in a VHDL program are stored in a library called IEEE library. This library will be available in the EDA tool which is executing the VHDL program. 1164 is a package where all the logic gates are defined. This is a sub part of IEEE library. As encoder program requires logic gates, we need to use 1164 package in the code.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why 1164 used in encoder vhdl programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is VHDL text or graphic programmed?

VHDL is a text based programming language.


Vhdl code for 8 to 3 priority encoder?

karthika only know answer to this question


What is meant by an architecture in VHDL programming?

While implementing a system in VHDL, we consider two major aspects. One is the external view of the system and the other is the internal view. To represent these two, we have entity and architecture in VHDL programming. Hence, architecture in VHDL provides the internal structure (or functioning or logic) of the system to be designed.


What is entity in vhdl programming?

While implementing a system in VHDL, we consider two major aspects. One is the external view of the system and the other is the internal view. To represent these two, we have entity and architecture in VHDL programming. Hence, entity in VHDL provides the external view of the system to be designed. It includes input and output ports.


4 Difference between c program and vhdl program?

There are 4 main differences between C programming and VHDL programming. C is a mid-level language, while VHDL is a hardware description language. C can handle one type of instruction, while VHDL can handle two. C does not require as much resource usage as VHDL. C can be written only with logical thinking, but a VHDL programmer must understand hardware circuits.


Diploma person can do vhdl?

Yes. A little knowledge of programming is needed to learn VHDL. Knowledge in digital electronics is a must. One should be in a position to understand the working of various combinational and sequential circuits to expertise in VHDL.


What is a vhdl gold model?

Vhdl has got three models - programming styles. 1. data flow model 2. behavioral model 3. structural model.


Why vERILOG is better than vHDL?

VHDL is a system level programming language and Verilog is a circuit level programming language. VHDL can be viewed as a language written in programmer's point of view. In that manner it is better than VHDL. For example, to write a code for a simple combinational circuit, we need to define from the circuit level in Verilog i. e. FET level. But in VHDL, we can directly take several smaller components and combine them to trealize the circuit. That means, one need not have a knowledge of analog circuits to design something in VHDL. He only needs to know the behavior of the desired design.


How do you get Vhdl for free?

VHDL is not any software. It is a programming language. One should learn how to program using VHDL. The supporting software tools may be downloaded from some of the EDA Tools providers on trial basis. Aldec is providing the student version for free.


What are eda tools?

These are Electronic Design Automation tools. These tools are used to design and implement electronic circuits virtually using a computer. Programming languages like VHDL, Verilog can be used for this purpose.


Why function in VHDL?

A function is a subprogram written in VHDL. This program can be called and used in other programs.


How vhdl acts as an exchange medium between chip vendors and cad tool users?

CAD means computer aided design. CAD tools are used to design chips virtually on a computer. Programming languages like VHDL, Verilog, System C, Syatem Verilog are used for this purpose. The successful designs of these languages can be fabricated into chips.