フィルターのクリア

Big sized autosar software component after arxml import in system composer

7 ビュー (過去 30 日間)
Melih
Melih 2023 年 10 月 10 日
回答済み: Josh Kahn 2023 年 10 月 20 日
I created simulink models (slx) from an arxml file by using arxml importing that includes more than 10 components. After creation I checked empty model size, they are around 12MB each. That is so weird, also empty model compile time and build time is now enourmous. Each model only has SR and CS ports, no implementation, all terminated or grounded. Is there any workaround to this issue. I would expect faster build time and less sized models.
  3 件のコメント
Melih
Melih 2023 年 10 月 17 日
Thank you Josh, I opened a ticket; however arxml is confidential in this case.
Josh Kahn
Josh Kahn 2023 年 10 月 20 日
Thanks Melih,
FYI, We do have a process in place for handling confidential data under NDA if that is a route you would be interested in.
Josh

サインインしてコメントする。

回答 (1 件)

Josh Kahn
Josh Kahn 2023 年 10 月 20 日
When we import arxml files, it is not just the information for building the skeleton model, but also can contain the aspects of the AUTOSAR dictionary that would be imported as well.
  • This can include items like interface definitions (sender receiver, client server or mode switch interfaces) that are just defined as interfaces and may not be used.
  • Also may include various Application types that may map to implementation data types.
  • It is also possible that the skeleton model may have many inports / outports, runnables as well as client and servers.
The last point about many inports and outports, runnables as well as clients and servers would be very visible in the skeleton model that would be created from the imported arxml file. However, other imported constructs such as imported application types also add to the size. So in summary, yes, several things can contribute to the size of the imported model but without seeing the ARXML file, it is hard to tell what exactly is contributing in your case.
Hope this helps,
Josh

カテゴリ

Help Center および File ExchangeSystem Composer についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by