文字描述 Build a circuit that has two 3-bit inputs that computes the bitwise-OR of the two vectors, the logical-OR of the two vectors, and the inverse (NOT) of both vectors. Place the inverse of b in the upper half of out_not (i.e., bits [5:3]), and the inverse of a in the lower half.
图示 说明:while a logical operation treats the entire vector as a boolean value (true = non-zero, false = zero) and produces a 1-bit output.