Skip to content

Commit

Permalink
Scripts: Add testbench build for Intel NVL platform DSP
Browse files Browse the repository at this point in the history
This patch adds to "scripts/rebuild-testbench.sh -p nvl"
option to test processing components with NVL DSP build.

Embargo!

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu committed Oct 28, 2024
1 parent 5dfc2d5 commit 45de1b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/set_xtensa_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ case "$platform" in
XTENSA_CORE="ace30_LX7HiFi4_PIF"
TOOLCHAIN_VER="RI-2022.10-linux"
;;
nvl)
PLATFORM="$platform"
XTENSA_CORE="ace4px_HiFi5MMU_PIF_nlib"
TOOLCHAIN_VER="RI-2022.10-linux"
;;

# NXP
imx8)
Expand Down Expand Up @@ -144,7 +149,7 @@ esac

# Pre-zephyr "XTOS" build, testbench,...
case "$platform" in
mtl|lnl|ptl|acp_7_0)
mtl|lnl|ptl|acp_7_0|nvl)
SOF_CC_BASE='clang';;
*)
SOF_CC_BASE='xcc';;
Expand Down

0 comments on commit 45de1b6

Please sign in to comment.