Back to Index

Reset-dominant latch. If both set and reset are true in the same cycle, reset wins.

Signature

RS(setCond, resetCond, &q);

Example

RS(in(1), in(2), latch);
if (latch) { out(1)=1; }