Code generation targets for referenced models
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Jonas
il 14 Mag 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.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!