Is C block compatible with SimCoder in PSIM?
Alvaro Zarate
Altair Community Member
Answers
-
No the regular c block is not compatible as it contains functions that are called at the beginning and end of the simulation. there is the simple c block which is OK and then there is the simcoder c block which allows for functions, macros, and code injections into other interrupt routines to occur.
also recall you cannot use the delt or t variables when you do code gen.
What are you trying to accomplish?
0