diff options
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  | 
