openbsd-ports/lang/freehdl/pkg/DESCR
jasper 75670b6fc6 import freehdl 0.0.7
FreeHDL is a compiler/simulator suite for the hardware description
language VHDL.  VHDL'93 as well as VHDL'87 standards are supported.
[...]

ok landry@
2011-09-16 08:13:12 +00:00

10 lines
500 B
Plaintext

FreeHDL is a compiler/simulator suite for the hardware description
language VHDL. VHDL'93 as well as VHDL'87 standards are supported.
FreeHDL translates the original VHDL source FILEs into C++. Then, the
C++ source can be compiled and linked to the kernel to build the
simulation program. Starting the generated executable will simulate the
corresponding VHDL model. The actual build process to generate the
simulator from the VHDL source is a complex process which is handled by
the gvhdl script.