Back to Index
Reset-dominant latch. If both set and reset are true in the same cycle, reset wins.
RS(setCond, resetCond, &q);
RS(in(1), in(2), latch); if (latch) { out(1)=1; }