10 Facts About VHDL

1.

VHDL is named after the United States Department of Defense program that created it, the Very High-Speed Integrated Circuits Program .

FactSnippet No. 645,357
2.

In 1983, VHDL was originally developed at the behest of the U S Department of Defense in order to document the behavior of the ASICs that supplier companies were including in equipment.

FactSnippet No. 645,358
3.

VHDL is generally used to write text models that describe a logic circuit.

FactSnippet No. 645,359
4.

VHDL has constructs to handle the parallelism inherent in hardware designs, but these constructs differ in syntax from the parallel constructs in Ada .

FactSnippet No. 645,360
5.

VHDL has file input and output capabilities, and can be used as a general-purpose language for text processing, but files are more commonly used by a simulation testbench for stimulus or verification data.

FactSnippet No. 645,361

Related searches

United States BASIC
6.

Key advantage of VHDL, when used for systems design, is that it allows the behavior of the required system to be described and verified before synthesis tools translate the design into real hardware .

FactSnippet No. 645,362
7.

VHDL is a dataflow language in which every statement is considered for execution simultaneously, unlike procedural computing languages such as BASIC, C, and assembly code, where a sequence of statements is run sequentially one instruction at a time.

FactSnippet No. 645,363
8.

Big advantage of VHDL compared to original Verilog is that VHDL has a full type system.

FactSnippet No. 645,364
9.

VHDL is frequently used for two different goals: simulation of electronic designs and synthesis of such designs.

FactSnippet No. 645,365
10.

Synthesis is a process where a VHDL is compiled and mapped into an implementation technology such as an FPGA or an ASIC.

FactSnippet No. 645,366