If the control signal is 1, the output is enabled, and if the control
signal is 0, the output is disabled and the gate is in high-impedance mode.
There are three types of three-state gates.
Figure 7:
Three-state gate
bufif1(output, input, control): output equals the
input if the control signal is 1, and high-impedance state,z,
if the control signal is 0.
bufif0(output, input, control): the control signal is
the complement of bufif1.
notif1(output, input, control): same as bufif1
except the output is the complement of the input if the control
signal is 1.
notif0(output, input, control): same as bufif0
except the output is the complement of the input if the control
signal is 0.