USRP1 library (taken from gnuradio where it had been abandoned)
Go to file
jcorgan e4478bc155 Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from
/gnuradio/branches/developers/jcorgan/ticket-10.  'make distcheck' now
successfully completes on a machine that has never had gnuradio installed
before.  In addition, several cleanups and refactoring of build system
code have been applied.  NOTE: gr-audio-portaudio, gr-audio-osx, and
gr-audio-windows have not been fully tested and will need verification
by the maintainers of these components.


git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-07 15:41:19 +00:00
doc Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
firmware Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from 2006-08-07 15:41:19 +00:00
fpga Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
host Partial fix for ticket 10 merged into trunk from 2006-08-06 04:31:17 +00:00
AUTHORS Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
ChangeLog Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
Makefile.am Restored pkgconfig install entries for usrp and gnuradio-core. 2006-08-04 01:04:18 +00:00
README Cleaned up top-level README, and fixed or deleted lower level ones as 2006-08-04 01:54:23 +00:00
usrp.inf Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
usrp.iss.in Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
usrp.pc.in Houston, we have a trunk. 2006-08-03 04:51:51 +00:00

README

#
# README -- the short version
#

The top level makefile handles the host code and FX2 firmware.

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


The high level interface to the USRP using our standard FPGA bitstram
is contained in usrp/host/lib/usrp_standard.h

If you've got doxygen installed, there are html docs in
usrp/doc/html/index.html


# Compiling the verilog (not required unless you're modifying it)

If you want to build the FPGA .rbf file from source (not required; we
provide pre-compiled .rbf files in usrp/fpga/rbf directory), you'll
need Altera's no cost Quartus II development tools.  We're currently
building with Quartus II 5.1sp1 Web Edition.  The project file is
usrp/fpga/toplevel/usrp_std/usrp_std.qpf.  The toplevel verilog file
is usrp/fpga/toplevel/usrp_std/usrp_std.v.  The bulk of the verilog
modules are contained in usrp/fpga/sdr_lib