answersLogoWhite

0


Best Answer

+, -, *, /, and, or, xor

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are different types of operators used in VHDL give some examples?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

Is VHDL text or graphic programmed?

VHDL is a text based programming language.


Why function in VHDL?

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


Which operator cannot be synthesized by a VHDL synthesis tool?

"&" operator is not synthesized by VHDL synthesis tool.


What is meaning of Test Benches in VHDL?

After compiling a hardware description language like VHDL, it is required to apply inputs to the program in order to obtain out puts. Applying the inputs involves initial conditions. As the systems designed using VHDL are electronic, the initial conditions plays a vital role. Hence, all these conditions along with the information as to where the input is expected to change from 1 to 0 or 0 to 1 is provided to the VHDL program. This is done in the form of a wave or another VHDL program. These are called VHDL test benches. In other words, test benches are the means of applying inputs to VHDL program.


What is a testbench in vhdl?

A Test Bench in VHDL is code written in VHDL that provides stimulus for individual modules (also written in VHDL). Individual modules are instantiated by a single line of code showing the port connections to the module. The correctness of the written program can be checked by writing the test bench. It is a collection of VHDL procedures and functions which allow the user to create their own scripting instructions for test stimulus. Designers manually design their test bench inputs to checks the output. The stimulus script or test case contains the instructions in a regular ASCII text file. The test bench VHDL package contains procedures to create instructions, read, parse and execute the test script.

Related questions

What is the basics of VHDL?

VHDL is a hardware description language. You can describe the hardware in three different ways using VHDL. 1. dataflow model 2. behavioral model 3. structural model


What is VHDL calculators?

A virtual calculator can be implemented using VHDL. We call it VHDL calculator.


What are the supporting functions by vhdl?

VHDL provides conversion functions and resolution functions.


Is VHDL text or graphic programmed?

VHDL is a text based programming language.


What is the vhdl code for binary to hex convertion?

vhdl code for binary to Hexadecimal ?


Vhdl code for assending order of numbers?

vhdl code for ascending order of numbers


Why 1164 used in encoder vhdl programming?

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.


What is attribute in vhdl?

Types and objects declared in a VHDL description can have additional information, called attributes, associated with them. There are a number of standard pre-defined attributes. An attribute is referenced using the ''' notation. Forexample, thing'attr refers to the attribute attr of the type or object thing.


Which operator cannot be synthesized by a VHDL synthesis tool?

"&" operator is not synthesized by VHDL synthesis tool.


Why function in VHDL?

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


How do you build 8085 using vhdl?

VHDL is a hardware description language. It describes the functionality of a hardware as a program. If we know the architecture of 8085, the same can be implemented or coded using VHDL.


What is the latest VHDL version?

In 2008, Accellera released VHDL 4.0 to the IEEE for balloting for inclusion in IEEE 1076-2008. The VHDL standard IEEE 1076-2008 was published in January 2009. Currently, IEEE 1076-2008 is the latest version of VHDL.