1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: fauhdlc
Section: devel
Priority: optional
Maintainer: FAUmachine Team <faumachine@potyra.de>
Uploaders: Volkmar Sieh <volkmar.sieh@informatik.uni-erlangen.de>,
Stefan Potyra <stefan@potyra.de>
Build-Depends: debhelper (>= 5.0.0),
libgc-dev,
automake,
xmlto,
bison (>= 1:2.1),
flex,
libfl-dev,
python3
Standards-Version: 4.1.4
Homepage: http://faumachine.potyra.de/
Package: fauhdlc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: experimental VHDL compiler and interpreter
Compiles a subset of VHDL 2000 to an intermediate language. The result
can be simulated with an interpreter.
.
FAUhdlc is still in a very early experimental state, where many VHDL
constructs are not yet properly supported.
Package: libfauhdli-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: interpreter library and development files for fauhdli
This package contains the development files and the interpreter library
for fauhdlc's intermediate code interpreter fauhdli.
.
It is useful, if you want to make use of the foreign interface of VHDL
and define an own implementation for it.
|