diff options
author | Vidush <vidush.vishwanath@ettus.com> | 2018-06-13 10:21:19 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-13 11:44:38 -0700 |
commit | 2e9e53d3c5e42d8ca4a5cc4b32a5ed9070eb0dee (patch) | |
tree | a7f06710963cd6b625c9efb537340825c9bfee33 /host | |
parent | 5f6e8658400b78f57946058383bc7de3e019df9f (diff) | |
download | uhd-2e9e53d3c5e42d8ca4a5cc4b32a5ed9070eb0dee.tar.gz uhd-2e9e53d3c5e42d8ca4a5cc4b32a5ed9070eb0dee.tar.bz2 uhd-2e9e53d3c5e42d8ca4a5cc4b32a5ed9070eb0dee.zip |
Docs: Update FPGA Functional Testing Procedure
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/rd_testing.dox | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index 1b0e65aa9..855790b0b 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -513,39 +513,37 @@ appropriate. #### HG - Connect a 1GigE cable on SFP0, and a 10 GigE cable on SFP1. -- The following commands must pass: +- The following command must pass: - $ usrp_fpga_funcverif n310_1gige -a 192.168.10.2 -p /path/to/examples - $ usrp_fpga_funcverif n310_10gige -a 192.168.20.2 -p /path/to/examples + $ usrp_fpga_funcverif n310hg -a 192.168.20.2 -2 192.168.10.2 -p /path/to/examples #### XG - Connect a 10GigE cable on both SFP0 and SFP1. -- The following commands must pass: +- The following command must pass: - $ usrp_fpga_funcverif n310_10gige -a 192.168.10.2 -p /path/to/examples - $ usrp_fpga_funcverif n310_10gige -a 192.168.10.2 -2 192.168.20.2 -p /path/to/examples + $ usrp_fpga_funcverif n310xg -a 192.168.10.2 -2 192.168.20.2 -p /path/to/examples #### HA - Connect a 1GigE cable on SFP0 - The following command must pass: - $ usrp_fpga_funcverif n310_1gige -a 192.168.10.2 -p /path/to/examples + $ usrp_fpga_funcverif n310ha -2 192.168.10.2 -p /path/to/examples #### XA - Connect a 10GigE cable on SFP0 - The following command must pass: - $ usrp_fpga_funcverif n310_10gige -a 192.168.10.2 -p /path/to/examples + $ usrp_fpga_funcverif n310xa -a 192.168.10.2 -p /path/to/examples #### WX - Connect a 10GigE cable on SFP1 - The following command must pass: - $ usrp_fpga_funcverif n310_10gige -a 192.168.20.2 -p /path/to/examples + $ usrp_fpga_funcverif n310wx -a 192.168.20.2 -p /path/to/examples \section rdtesting_phasealignment Phase alignment tests |