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

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


Branch: CURRENT, Version: 2.0.0nb2, Package name: ghdl-2.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: 6665.591 KB

Version history: (Expand)


CVS history: (Expand)


   2022-12-22 17:23:28 by Thomas Klausner | Files touched by this commit (3)
Log message:
ghdl: add upstream patch to fix build with llvm 15

Bump PKGREVISION
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-09-22 13:47:14 by Thomas Klausner | Files touched by this commit (3)
Log message:
ghdl: fix build with llvm 14

Fix pkglint while here.
   2022-05-19 18:05:12 by Ryo ONODERA | Files touched by this commit (9)
Log message:
ghdl: Update to 2.0.0

* Use LLVM backend.

Changelog:
Not available in concise form.
* Add experimental synthesizer.
* More complete VHDL 2008/93/87 support.
   2021-10-26 12:04:17 by Nia Alarie | Files touched by this commit (63)
Log message:
cad: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:20:33 by Nia Alarie | Files touched by this commit (63)
Log message:
cad: Remove SHA1 hashes for distfiles
   2020-05-17 17:54:04 by Roland Illig | Files touched by this commit (1)
Log message:
cad/ghdl: skip portability check
   2019-06-08 13:04:30 by Roland Illig | Files touched by this commit (43)
Log message:
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE

pkglint -Wall -r -F cad

Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was
(by the current definition) not long enough to count as an outlier line,
and because of this, all other lines were aligned to that line.