./cad/ghdl, Open-source simulator/compiler/analyzer for the VHDL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.0nb2, Package name: ghdl-3.0.0nb2, Maintainer: ryoon

GHDL is a shorthand for G Hardware Design Language (currently, G
has no meaning). It is a VHDL analyzer, compiler, simulator and
(experimental) synthesizer that can process (nearly) any VHDL design.
Unlike some other simulators, GHDL is a compiler: it directly
translates a VHDL file to machine code, without using an intermediary
language such as C or C++. Therefore, the compiled code should be
faster and the analysis time should be shorter than with a compiler
using an intermediary language.


Required to run:
[shells/bash] [lang/llvm]

Required to build:
[lang/clang] [lang/gcc10-aux]

Master sites:

Filesize: 6992.427 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-04 08:10:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
ghdl: regen distinfo for patch change
   2024-01-02 01:43:09 by Ryo ONODERA | Files touched by this commit (1)
Log message:
ghdl: Bump PKGREVISION for previous
   2024-01-02 01:42:03 by Ryo ONODERA | Files touched by this commit (4)
Log message:
ghdl: Fix build with LLVM 16
   2023-12-25 11:23:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
ghdl: mark as BROKEN

Configure step fails due to unsupported llvm 16.
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-06-11 05:40:25 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(cad/ghdl) remove  patches/patch-src_ortho_llvm6_llvm-cbindings.cpp
   2023-06-11 05:35:39 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
(cad/ghdl) Updated 2.0 to 3.0

## [2023-03-08] 3.0.0

[Milestone v3.0 筐咯(https://github.com/ghdl/ghdl/milestone/11?closed=1)

- Handle IEEE operators for static expressions.
- Improved support of VHDL 2008 (still!).
- Start support of VHDL 2019 (`--std=19`).
- pyGHDL:
  - Experimental support to preserve VHDL code comments for documentation
	  extraction.
  - Experimental packaging with a platform-specific shared library for
	  standalone installation using PIP.
  - DOM: dependency graphs, instantiation graphs (design hierarchy),
	  file dependencies (compile order).
- Pre-releases are published to GitHub Releases and assets are uploaded to
  pre-releases and releases.
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update