Attribute Macro simics::simics_init

source ยท
#[simics_init]
Expand description

Mark a function as being the initializer of a Simics module.

This function will be called on module load and should be used to initialize the module. This macro will add the requisite code to call the function on module load.