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
|
Source: savant
Section: electronics
Priority: optional
Maintainer: Dale E Martin <dmartin@cliftonlabs.com>
Standards-Version: 3.5.6.1
Build-Depends: pccts, flex, g++, debhelper (>> 4.1.0), libclutils0-dev
Package: libaire0
Architecture: any
Depends: ${shlibs:Depends}
Description: The (VHDL) Advanced Intermediate Representation for Extensibility
AIRE is an open specification for representing hardware description
languages. This package contains Savant's implementation of this
standard.
Package: scram
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libtyvis1-dev, libclutils0-dev, libwarped0-dev
Conflicts: savant, tyvis1, tyvis
Description: UC's VHDL Analyzer Code Generator
SAVANT is a VHDL analyzer (parser/semantic analyzer) that transforms VHDL
into an intermediate form (AIRE). From the AIRE representation new
backend tools can be built. Currently SAVANT ships with a C++ code
generating backend that interfaces into TyVis and Warped.
|