Simulink Supported Block Details

From UcgnWiki

Jump to: navigation, search
(Discrete)
(Misc)
 
Line 31: Line 31:
[[File:Simulink_SupportedBlocksSignalRouting.jpg]]
[[File:Simulink_SupportedBlocksSignalRouting.jpg]]
 +
* The MultiportSwitch does not support the two-input usage as a selector, indexing into an array. Please use the Selector block instead
 +
* The code generated from the MultiportSwitch will rely on a utility function (in GBL_Saturation.c, located in the Sources folder of the distribution) to guard the selecing input
 +
* Both the Switch and MultiportSwitch currently support only the switching of basic (and enumerated) types, not bus types
* From/Goto block are useful tools to structure a complex design which would otherwise have many crossing signal lines. But, From/Goto blocks can only be used with a local scope. They are basically non-functional, simply hiding a signal line from view. From/Goto blocks with global scope would have to be represented by global variables. Such a concept is not supported by design, as this would open alternative data paths to the current paradigm that data flow across hierarchy levels will follow an equivalent procedure call hierarchy.
* From/Goto block are useful tools to structure a complex design which would otherwise have many crossing signal lines. But, From/Goto blocks can only be used with a local scope. They are basically non-functional, simply hiding a signal line from view. From/Goto blocks with global scope would have to be represented by global variables. Such a concept is not supported by design, as this would open alternative data paths to the current paradigm that data flow across hierarchy levels will follow an equivalent procedure call hierarchy.
* Data Store Memory, Read and Write
* Data Store Memory, Read and Write
Line 38: Line 41:
== Lookup ==
== Lookup ==
[[File:Simulink_SupportedBlocksLookup.jpg]]
[[File:Simulink_SupportedBlocksLookup.jpg]]
 +
 +
The lookup, interpolation and interpolation using pre-lookup blocks will result in generated code that uses utility functions located in GBL_Interpolation.c (provided in the Sources folder of the distribution)
== Sinks & Sources ==
== Sinks & Sources ==
Line 47: Line 52:
[[File:Simulink_SupportedBlocksMisc.jpg|450px]]
[[File:Simulink_SupportedBlocksMisc.jpg|450px]]
 +
The code generated from the Saturation block will rely on utility functions in GBL_Saturation.c, which is located in the Sources folder
----
----

Latest revision as of 19:09, 29 March 2012

Personal tools