Generate single A2L for multiple model files (multiple .slx files)

조회 수: 4 (최근 30일)
Siddharth Patel
Siddharth Patel 2019년 9월 24일
답변: Shiva Katukam 2025년 9월 25일 8:48
Is there a way to create a single A2L for multiple different models(Multiple .slx files) or easy way to merge multiple A2L files post build into single A2L in Matlab.
  댓글 수: 5
Siddharth Patel
Siddharth Patel 2019년 10월 1일
Thanks Abhilash for looking into it. To add more details, our Software architecture is based on AUTOSAR. So our complete Application software is split into multiple software components. Each software component is one Model in Matlab. There is no single top level model linking all individual Models since system linkage is through AUTOSAR and RTE layer and not Matlab. We have build script that runs the RTW build for each model separately and generate C files and A2L files. If we look from system perspective, all of these individual software components are finally getting linked in single software. So we want to merge all of the individual A2L's generated by RTW build into single A2L at the end of build. I hope that answers your question.
wenchao zhang
wenchao zhang 2024년 12월 25일
hello,Siddharth Patel , do you find the solution for this case.

댓글을 달려면 로그인하십시오.

답변 (1개)

Shiva Katukam
Shiva Katukam 2025년 9월 25일 8:48
Hi Siddharth,
You can use coder.asap2.merge to merge A2L files.
Thank you.

카테고리

Help CenterFile Exchange에서 Parallel Computing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by