diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/rd_testing.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index f3c18485a..58f6b6138 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -188,7 +188,7 @@ installed. The radio test bench resides in `<fpga-dir>/usrp3/lib/radio/noc_block_radio_core_tb/`. 4. Device specific test benches: - IPs specific to a device have test benches that exist in `<fpga-dir>/usrp3/top/x300/sim/*`. e.g. DMA testbench, PCIe, etc. + IPs specific to a device have test benches that exist in `<fpga-dir>/usrp3/top/x300/sim/\*`. e.g. DMA testbench, PCIe, etc. 2. Setup the environment by running `source <fpga-dir>/usrp3/top/<device>/setupenv.sh`. @@ -969,6 +969,5 @@ Test procedures may be updated at any time. If this happens, a new test code must be generated, with the version number increased. Old test codes are considered deprecated (if there exists a version 2 of a test, version 1 should not be run any more). - */ // vim:ft=doxygen: |