Skip to content

Commit

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

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu committed Sep 3, 2024
1 parent ec95191 commit 44935c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/set_xtensa_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ case "$platform" in
XTENSA_CORE="ace10_LX7HiFi4_2022_10"
TOOLCHAIN_VER="RI-2022.10-linux"
;;
ptl)
XTENSA_CORE="ace30_LX7HiFi4_PIF"
TOOLCHAIN_VER="RI-2022.10-linux"
;;

# NXP
imx8)
Expand Down Expand Up @@ -138,7 +142,7 @@ esac

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

0 comments on commit 44935c0

Please sign in to comment.