Simulation for custom multiprocessor hardware

조회 수: 1 (최근 30일)
christian VALPARD
christian VALPARD 2021년 9월 2일
댓글: christian VALPARD 2021년 9월 7일
Is it possible to use Matlab/Simulink (with code generation) for a simulation dedicated to a custom multiprocessor hardware (CPU TI + CPU Freescale)

채택된 답변

Andy Bartlett
Andy Bartlett 2021년 9월 2일
편집: Andy Bartlett 2021년 9월 2일
Yes, a strength of Simulink is allowing all manner of different things to be brought together in a system level simulation.
This can include mixtures of components that model
  • analog world
  • code for microprocessor type A
  • code for microprocessor type B
  • code for FPGA type C
  • code for ASIC design D
  • ...
Model Reference is a key feature for separating components that represent code for different targets.
In Alberto's model reference introductory video at time 3:29, he mentions that Model Reference models can have independent configuration sets. This is the key. On the configuration parameters dialog on the Hardware Implementation pane, each model representing embedded code should specify the appropriate type of microprocessor or ASIC/FPGA that it is targeting.
A parent model that references these child Model Reference models can provide the system level simulation of all this variety working together.
Code generation would be done for each type of chip, one at a time. Go to each Model Reference model that represents code on an embedded device. Generate code from that model for that device its configuration parameter specifies.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by