Provides a P latch and an N latch to test if they can be hardened correctly.
The P latch should transparently pass through P_D
to P_Q
when P_E
is high and keep its state when P_E
is low.
The N latch should transparently pass through N_D
to N_Q
when N_E
is low and keep its state when N_E
is high.
None
# | Input | Output | Bidirectional |
---|---|---|---|
0 | p_e | p_q | |
1 | p_d | n_q | |
2 | n_e | ||
3 | n_d | ||
4 | |||
5 | |||
6 | |||
7 |