#
# README -- the short version
#

The top level makefile handles the host code and FX2 firmware.
To build the fpga configuration bitstring you'll need Altera's no cost
Quartus II development tools.

Besides the normal gcc suite and all the auto tools, you'll need
the SDCC free C compiler to build the firmware.  Right now, you MUST
USE VERSION 2.4.0 due to some problems with variable initialization.
http://sdcc.sourceforge.net


Note also, the usrp library currently only looks in for the firmware
and fpga configuration files using these paths:

Rev 0 protos:

     /usr/local/share/usrp/rev0/usrp_firmware.ihx
     /usr/local/share/usrp/rev0/usrp_fpga.rbf

Rev 1 protos:

     /usr/local/share/usrp/rev1/usrp_firmware.ihx
     /usr/local/share/usrp/rev1/usrp_fpga.rbf


You'll need to copy the fpga bitstream there yourself.

# To get started...

./bootstrap
./configure --enable-maintainer-mode
make
