Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

it outputs a zipped folder. The contents of that folder are unzipped and stored inside Simulink-Sim\Infinion\GeneratedCCode. The only interesting files to look through are Simulink-Sim\Infinion\GeneratedCCode\SimulinkModel\Infinion_grt_rtw\Infinion.h and Simulink-Sim\Infinion\GeneratedCCode\SimulinkModel\Infinion_grt_rtw\Infinion.cpp. Although they are not very readable, so it’s not necessary to understand them, they do the same thing as the simulink model. Everytime SpikeInfinion.step() is called, one step is performed. (The time that one step corresponds to can be changed inside the simulink model before the code is generated).

...