signalToSsaDrivers property

  1. @internal
Map<Logic, Set<SsaLogic>> signalToSsaDrivers
final

A map from SsaLogics to signals that they drive.

This only stores information temporarily during construction of a Combinational.ssa and clears afterwards.

Implementation

@internal
static final Map<Logic, Set<SsaLogic>> signalToSsaDrivers = {};