answersLogoWhite

0

What is full form of vhdl?

Updated: 10/19/2022
User Avatar

Wiki User

11y ago

Best Answer

vhdl-v stands for vhsic...that is very high speed integrated circuit...and hdl means hardware description language

Introduction to VHDL

Full form :-

Very high-speed integrated circuit hardware description language

INTRODUCTION:

VHDL stands for very high-speed integrated circuit hardware description language. Which is one of the programming language used to model a digital system by dataflow, behavioral and structural style of modeling. This language was first introduced in 1981 for the department of Defense (DoD) under the VHSIC programe. In 1983 IBM, Texas instruments and Intermetrics started to develop this language. In 1985 VHDL 7.2 version was released. In 1987 IEEE standardized the language.

http://www.electronicsgyan.com/introvhdl.aspx

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is full form of vhdl?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is vhsic?

VHSIC means Very High Speed Integrated Circuit. This appears in the full form of VHDL.


Full form of vhdl?

There is not any fullform of verilog.Infact the whole word is called "Verilog HDL" which is "Verilog Hardware Description Language".


What is VHDL calculators?

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


What is tha full form of VHDL?

VHDL is the VHSIC Hardware Description Language. VHSIC is an abbreviation for Very High Speed Integrated Circuit. It can describe the behaviour and structure of electronic systems, but is particularly suited as a language to describe the structure and behaviour of digital electronic hardware designs, such as ASICs and FPGAs as well as conventional digital circuits. VHDL is an international standard, regulated by the IEEE. Simulation and synthesis are the two main kinds of tools which operate on the VHDL language. VHDL allows designs to be described using any methodology - top down, bottom up or middle out! VHDL can be used to describe hardware at the gate level or in a more abstract way.


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.


Why should you use vhdl?

VHDL is a hardware description language. Its very purpose is to describe hardware in the form of a program. This program can be understood by the user and the system as well. By implementing the hardware as a code, it is easier to verify its functionality. Hence, to test hardware before it could actually be designed, we should use VHDL.


Is VHDL text or graphic programmed?

VHDL is a text based programming language.


What are the supporting functions by vhdl?

VHDL provides conversion functions and resolution functions.


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


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.