You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ComputeGraph/documentation/example1.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ There are other fields for the configuration:
181
181
-`memoryOptimization` : Experimental. It is attempting to reuse buffer memory and share it between several FIFOs
182
182
-`pathToSDFModule` : Path to the Python SDF module so that the generated Python code can find it
183
183
-`codeArray` : Experimental. When a schedule is very long, representing it as a sequence of function calls is not good for the code size of the generated solution. When this option is enabled, the schedule is described with an array. It implies that the pure function calls cannot be inlined any more and are replaced by new nodes which are automatically generated.
184
+
-`eventRecorder` : Enable the support for the CMSIS Event Recorder.
184
185
185
186
In the example 1, we are passing a variable to initialize the node of type ProcessingNode. So, it would be great if this variable was an argument of the scheduler function. So we define:
0 commit comments