Book a Demo

Author Topic: No auto code generation from "Loop Node"  (Read 3348 times)

apabil

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
No auto code generation from "Loop Node"
« on: December 13, 2011, 11:16:31 pm »
Hi,

In code generation from behavioral models on EA Ultimate, I'm not able to get anything generated from the "Loop Node" Structured Activity.

Assuming I'm expecting something like:

for( j=start ; j<end ; j++)

is the following pin mapping correct?

Decider = end

Loop Variable Input = start

Loop Variable = j

Body Output = [empty]

Result [empty]


Thanks in advance for your comments