Skip to content

Commit 692ea29

Browse files
committed
Scripts: Add testbench build for Intel NVL platform DSP
This patch adds to "scripts/rebuild-testbench.sh -p nvl" option to test processing components with NVL DSP build. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 400db36 commit 692ea29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/set_xtensa_params.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ case "$platform" in
6666
XTENSA_CORE="ace30_LX7HiFi4_PIF"
6767
TOOLCHAIN_VER="RI-2022.10-linux"
6868
;;
69+
nvl)
70+
PLATFORM="$platform"
71+
XTENSA_CORE="ace4px_HiFi5MMU_PIF_nlib"
72+
TOOLCHAIN_VER="RI-2022.10-linux"
73+
;;
6974

7075
# NXP
7176
imx8)
@@ -153,7 +158,7 @@ esac
153158

154159
# Pre-zephyr "XTOS" build, testbench,...
155160
case "$platform" in
156-
mtl|lnl|ptl|acp_7_0|mt8196)
161+
mtl|lnl|ptl|acp_7_0|mt8196|nvl)
157162
SOF_CC_BASE='clang';;
158163
*)
159164
SOF_CC_BASE='xcc';;

0 commit comments

Comments
 (0)