diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-08-25 09:31:16 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2021-08-30 08:20:10 -0500 |
commit | a6d43465e6370bfaa27a408d9ac5fb24975f1659 (patch) | |
tree | 53ee48eed9b78da2cf11672cf38f5a3ee3eef5ad /host | |
parent | c176046dff4941bcec27b0b72e5a68264c4808e5 (diff) | |
download | uhd-a6d43465e6370bfaa27a408d9ac5fb24975f1659.tar.gz uhd-a6d43465e6370bfaa27a408d9ac5fb24975f1659.tar.bz2 uhd-a6d43465e6370bfaa27a408d9ac5fb24975f1659.zip |
examples: Add x400/x410 target to RFNoC example
Diffstat (limited to 'host')
-rwxr-xr-x | host/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in b/host/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in index d1256cf97..2bc9d58cb 100755 --- a/host/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in +++ b/host/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in @@ -39,6 +39,9 @@ fi if [ $device_dir == "e310" ]; then device_dir=e31x fi +if [ $device_dir == "x410" ]; then + device_dir=x400 +fi # Now check the paths are valid if [ ! -r $uhd_fpga_dir_top/Makefile.common ]; then |