intro paragraph

This commit is contained in:
Wolfgang Spraul 2012-09-10 08:35:02 +02:00
parent 1f91ec536e
commit 988180051c

31
README
View File

@ -1,14 +1,16 @@
Design Principles
- small independent command line utilities, no GUI
- plain C, no C++
- simple Makefiles
- text-based file formats
- automatic test suite
- public domain software
Introduction
todo
fpgatools is a toolchain to program flexible programmable gate arrays
(FPGAs). The only supported chip at this time is the xc6slx9, a cheap
(ca. 10 USD) but powerful 45nm-generation chip with about 2400 LUTs,
block ram and multiply-accumulate devices.
The principles of fpgatools are:
*) reach the maximum physical performance of the chip
*) fast development cycles
*) independent toolchain that only depends on other free software
*) lightweight C implementation without GUI
*) supported platform: Linux
*) license: public domain
FAQ
todo
@ -38,6 +40,15 @@ fpgatools Development Utilities
- pair2net reads the first two words per line and builds nets
- hstrrep high-speed hashed array based search and replace util
Design Principles
- small independent command line utilities, no GUI
- plain C, no C++
- simple Makefiles
- text-based file formats
- automatic test suite
- public domain software
TODO (as of 2012-08, expected time to delivery: months to years
completion status overall: 1%)