Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ghdl - A VHDL simulator, using the GCC technology
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
Name |
Version |
Release |
Type |
Size |
Built |
ghdl |
0.22 |
0.40svn.0.fc4 |
x86_64 |
15.82 MiB |
Tue Mar 7 05:04:16 2006 |
Changelog
- * Mon Mar 6 17:00:00 2006 Thomas Sailer <t{*}sailer{%}alumni{*}ethz{*}ch> - 0.22-0.40svn.0
- update to svn40, to fix an array bounds checking bug apparently
introduced in svn39
- * Thu Feb 16 17:00:00 2006 Thomas Sailer <t{*}sailer{%}alumni{*}ethz{*}ch> - 0.22-0.39svn.0
- update to svn39, to fix some constant bugs
- * Wed Dec 21 17:00:00 2005 Thomas Sailer <t{*}sailer{%}alumni{*}ethz{*}ch> - 0.22-0.38svn.0
- update to svn38, to fix a ghw output bug