Copyright VirtualSim 2004-2020 - All rights reserved
Global
This is not a class!
User should use the Global Code to add all his user classes, his global variables, functions and inlines or methods of his user-defined classes.
Definition, Declaration and Inlines contents are put without preprocessing in the final header file.
Initialization part can be seen as a function called according to phases (INIT, RESET, CLEAN, see here) and Methods part is added without preprocessing in the final source code, at the beginning.