aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rwxr-xr-xhost/examples/rfnoc-example/cmake/Modules/run_testbench.sh.in3
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