aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLane Kolbly <lane.kolbly@ni.com>2020-03-09 14:43:37 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2020-03-10 07:11:17 -0500
commit51d0fd0d0639e857e60e6fa10679d6baa46b0864 (patch)
tree21b67f78c6d504debaad937c7afa67c22b385886
parentdf27e9fa05d2d767f69182763852f6803c5b2a34 (diff)
downloaduhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.tar.gz
uhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.tar.bz2
uhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.zip
README.md: Update references to fpga-src
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index b9064228e..7ddcaa56a 100644
--- a/README.md
+++ b/README.md
@@ -64,17 +64,9 @@ __firmware/__
The source code for all microprocessors in USRP hardware.
-__fpga-src/__
+__fpga/__
-The source code for the UHD FPGA images. Note this is a git submodule,
-if you are cloning the repository and want to modify the FPGA code,
-you will need to run 'git clone --recursive' to automatically
-populate this directory. Alternatively, you can run 'git submodule init'
-followed by 'git submodule update' to populate it after cloning the
-repository without '--recursive'.
-
-Note that this subdirectory is very large, and not necessary for
-building applications that link against UHD.
+The source code for the UHD FPGA images.
__images/__