File: fpga.md

package info (click to toggle)
uhd 3.15.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 202,252 kB
  • sloc: cpp: 182,756; ansic: 94,109; vhdl: 53,420; python: 45,849; xml: 12,956; tcl: 7,046; makefile: 2,248; sh: 1,741; pascal: 230; javascript: 120; csh: 94; asm: 20; perl: 11
file content (46 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
FPGA Manual
===========

Welcome to the USRP FPGA HDL source code tree! This repository contains
free & open-source FPGA HDL for the Universal Software Radio Peripheral
(USRP™) SDR platform, created and sold by Ettus Research. A large
percentage of the source code is written in Verilog.

## Product Generations

This repository contains the FPGA source for the following generations of
USRP devices.

### Generation 1

\li Directory: __usrp1__
\li Devices: USRP Classic Only
\li Tools: Quartus from Altera
\li \subpage md_usrp1_build_instructions "Build Instructions"


### Generation 2

\li Directory: __usrp2__
\li Devices: USRP N2X0, USRP B100, USRP E1X0, USRP2
\li Tools: ISE from Xilinx, GNU make
\li \subpage md_usrp2_build_instructions "Build Instructions"
\li \subpage md_usrp2_customize_signal_chain "Customization Instructions"

### Generation 3

\li Directory: __usrp3__
\li Devices: USRP B2X0, USRP X Series, USRP E3X0
\li Tools: ISE from Xilinx, GNU make
\li \subpage md_usrp3_build_instructions "Build Instructions"
\li \subpage md_usrp3_simulation "Simulation"

## Pre-built FPGA Images

Pre-built FPGA and Firmware images are not hosted here. Please visit \ref page_images
for instructions on downloading and using pre-built images. In most cases, running

    $ uhd_images_downloader

will do the right thing.