The application intends to use a logic whose functional table is as follows,
INPUT 1 | INPUT 2 | OUTPUT
0 | 0 | X
1 | 0 | 0
0 | 1 | 1
1 | 1 | no change
This is typically the functional table of a SR latch. Is there any SR latch which will have a Propagation delay less than 10 ns (less than 6 ns will be still more appreciated)?
Or is there any other logic that can have the same function with the mentioned propagation delay?