1HCT::lang::hdl::vhdl(3)User Contributed Perl DocumentatioHnCT::lang::hdl::vhdl(3)
2
3
4

NAME

6       HCT::lang::hdl::vhdl - Class of VHDL language.
7

DESCRIPTION

9       VHDL (VHSIC (Very High Speed Integrated Circuits) hardware description
10       language) is commonly used as a design-entry language for field-
11       programmable gate arrays and application-specific integrated circuits
12       in electronic design automation of digital circuits.
13

DESIGN

15       VHDL is a fairly general-purpose language, and it doesn't require a
16       simulator on which to run the code. There are a lot of VHDL compilers,
17       which build executable binaries. It can read and write files on the
18       host computer, so a VHDL program can be written that generates another
19       VHDL program to be incorporated in the design being developed. Because
20       of this general-purpose nature, it is possible to use VHDL to write a
21       testbench that verifies the functionality of the design using files on
22       the host computer to define stimuli, interacts with the user, and
23       compares results with those expected. VHDL is a strongly typed
24       language.
25
26
27
28perl v5.32.1                      2021-01-26           HCT::lang::hdl::vhdl(3)
Impressum