padv.util.unpackExternalCodeCache
Unpack code generation target from Simulink cache files
Description
padv.util.unpackExternalCodeCache(
unpacks the code generation target from the Simulink® cache files, cacheFiles
)cacheFiles
.
An external code cache allows your team to generate code in parallel while maintaining
up-to-date task results. For information on parallel code generation, see the property
GenerateExternalCodeCache for the built-in task
padv.builtin.task.GenerateCode
.
If your team generates code in parallel by generating an external code cache, downstream
tasks that depend on the generated code need to unpack the generated code target before
running the task action. Built-in tasks that depend on generated code, like
padv.builtin.task.AnalyzeModelCode
, unpack the code generation target
by using the utility function padv.util.unpackExternalCodeCache
.
This functionality requires CI/CD Automation for Simulink Check.