cosimHierarchy property

String cosimHierarchy

The hierarchy from the SystemVerilog cosimulation top to reach this module.

If no hierarchy is provided, it will assume it is located in a module directly below the top-level simulation hierachy with its (potentially uniquified) name. Override this getter to set the hierarchy of the module to something else.

Implementation

String get cosimHierarchy => registreeName;