Jump to letter: [
8ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ghdl - A VHDL simulator, using the GCC technology
- Description:
GHDL is a VHDL simulator, using the GCC technology. VHDL is a language
standardized by the IEEE, intended for developing electronic systems. GHDL
implements the VHDL language according to the IEEE 1076-1987 or the IEEE
1076-1993 standard. It compiles VHDL files and creates a binary that simulates
(or executes) your design. GHDL does not do synthesis: it cannot translate your
design into a netlist.
Since GHDL is a compiler (i.e., it generates object files), you can call
functions or procedures written in a foreign language, such as C, C++, or
Ada95.
Packages
ghdl-0.25-0.89svn.7.fc9.i386
[2.8 MiB] |
Changelog
by Thomas Sailer (2008-01-06):
- disable Pragma No_Run_Time; it does not seem to make much sense and causes
problems with gcc-4.3
|