31 lines
1020 B
Plaintext
31 lines
1020 B
Plaintext
Source: fpgatools
|
|
Section: electronics
|
|
Priority: extra
|
|
Maintainer: Xiangfu Liu <xiangfu@openmobilefree.net>
|
|
Build-Depends: debhelper (>= 7.4.10), pkg-config,
|
|
Standards-Version: 3.9.3
|
|
Homepage: https://github.com/Wolfgang-Spraul/fpgatools
|
|
Vcs-Git: git://github.com/Wolfgang-Spraul/fpgatools.git
|
|
|
|
Package: libfpga0
|
|
Architecture: any
|
|
Section: libs
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: libs of fpgatools
|
|
small independent command line utilities, no GUI
|
|
plain C, no C++
|
|
simple Makefiles
|
|
text-based file formats
|
|
no documentation - read the sources
|
|
automatic test suite
|
|
|
|
Package: fpgatools
|
|
Section: utils
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libfpga0 (= ${binary:Version})
|
|
Description: tool to program flexible programmable gate arrays
|
|
fpgatools is a toolchain to program flexible programmable gate arrays
|
|
(FPGAs). one supported chip at this time is the xc6slx9, a cheap but
|
|
powerful 45nm-generation chip with about 2400 LUTs, block ram and
|
|
multiply-accumulate devices
|