make a start on updating the main README

This commit is contained in:
adam@algroup.co.uk 2010-02-21 10:23:05 +00:00
parent 428ee1df57
commit afb8304a7b

View file

@ -28,15 +28,13 @@ USING THE PACKAGE:
The software tools required to build include: The software tools required to build include:
* cygwin or other unix-like tools for Windows * cygwin or other unix-like tools for Windows
* the Microsoft Visual C++ compiler (I use Version 6) * devkitPro (http://wiki.devkitpro.org/index.php/Getting_Started/devkitARM)
* arm-elf-gcc; I use WinterMute's build, from http://www.devkitpro.org/
* Xilinx's WebPack tools * Xilinx's WebPack tools
* Modelsim (for test only) * Modelsim (for test only)
* perl * perl
It is not necessary to build the FPGA image yourself; a pre-compiled When installing devkitPro, you only need to install the compiler itself. Additional
image is provided, as armsrc/fpgaimg.c. This is a generated file, support libraries are not required.
though, and you can rebuild it by running fpga/go.bat.
Documentation is minimal, but see the doc/ directory for what exists. A Documentation is minimal, but see the doc/ directory for what exists. A
previous familiarity with the ARM, with digital signal processing, previous familiarity with the ARM, with digital signal processing,