signalToSsaDrivers property
final
A map from SsaLogic
s 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 = {};