Code generation targets for referenced models

1 view (last 30 days)
If I have a model A and references model B, do both of them need to have the same code generation target, or can they be different?

Accepted Answer

Jonas
Jonas on 14 May 2020
Are you thinking about a certain setting in the Configuration Parameters which may be in conflict?
It is certain that both need to have the same System Target file, also the 'Device Vendor' under 'Hardware Implementation' need to be the same. Just to name a few.
I work with reference configuration parameter files inside a shared data dictionary to make sure my top model and reference model have the exact same configuration parameters. This way, I also switch between configuration parameters for for example embedded code generation, real-time prototyping and simulation. Each have their own different configuration parameter set.

More Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!