Skip to content
  • Maxime Perrotin's avatar
    Return access type (pointer), not value · 378fea90
    Maxime Perrotin authored
    When generating code for simulation/shared lib, the functions returning
    the internal variables must return a pointer to the variables, not the
    variables themselves (which happened with records even if the variables
    were declared as aliased)
    378fea90