Simulink & Real time Workshop (RTW)

24 次查看(过去 30 天)
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, ...)?

采纳的回答

MarkB
MarkB 2011-2-7
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by