-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts: Add testbench build for Intel PTL platform DSP #9417
Conversation
scripts/set_xtensa_params.sh
Outdated
@@ -63,6 +63,11 @@ case "$platform" in | |||
XTENSA_CORE="ace10_LX7HiFi4_2022_10" | |||
TOOLCHAIN_VER="RI-2022.10-linux" | |||
;; | |||
ptl) | |||
PLATFORM="$platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you do everyone a favor and make this the default just before the case
in a first, cleanup commit? Overriding it only when different.
This should get rid of almost 20 lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, done now!
This script is used to get detailed build parameters for testbench-xt version build. The PLATFORM is in most cases the same as the platform name in build command line so it can be set as default. Only the cases when the name is different need to be preserved. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
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>
498b45e
to
44935c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go once mandatory CI show pass.
This patch adds to "scripts/rebuild-testbench.sh -p ptl" option to test processing components with PTL ACE3.0 DSP build.