instanceName property
final
Original cell instance name from the netlist.
For operator/primitive cells the display name is the translated operator symbol (e.g. "MUX") while this field holds the Yosys cell instance name (e.g. "mux_0"). Null when name already IS the instance name.
Implementation
final String? instanceName;