Hello,
assume i have a module "mod" with the following constructor:
How can i accessed the module name stored in the variable name to print it out?
thanks.
assume i have a module "mod" with the following constructor:
mod(sc_module_name name, unsigned int id);
How can i accessed the module name stored in the variable name to print it out?
thanks.