Borrar filtros
Borrar filtros

Simulink & Real time Workshop (RTW)

25 visualizaciones (últimos 30 días)
test
test el 5 de Feb. de 2011
I am going to simulate an MPSOC system with simulink and going to map it on a many-core target platfrom. Can I use Real Time Workshop for this purpose? Can I use my own developed code for mapping and scheduling? Which types of processors does RTW support(PowerPC, ARM, ...)?

Respuesta aceptada

MarkB
MarkB el 7 de Feb. de 2011
RTW is intended to generate ISO/ANSI C code, and as a result of that, it doesn't generate any special commands in the code for targeting multiple cores. It doesn't prevent you from doing this in any way, but it also doesn't generate anything extra for multiple cores either. There are a variety of techniques, such as S-functions, Custom Storage classes, and customizing your own "main" that would allow you to add extra code that may help do this.
Along similar lines, as long as you have an ISO/ANSI-compliant compiler, you should be able to use the generated code on any processor you like.

Más respuestas (0)

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by