diff options
author | Lane Kolbly <lane.kolbly@ni.com> | 2020-03-09 14:43:37 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-03-10 07:11:17 -0500 |
commit | 51d0fd0d0639e857e60e6fa10679d6baa46b0864 (patch) | |
tree | 21b67f78c6d504debaad937c7afa67c22b385886 | |
parent | df27e9fa05d2d767f69182763852f6803c5b2a34 (diff) | |
download | uhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.tar.gz uhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.tar.bz2 uhd-51d0fd0d0639e857e60e6fa10679d6baa46b0864.zip |
README.md: Update references to fpga-src
-rw-r--r-- | README.md | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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/__ |