And

Computes the logical and of two boolean signals. The resulting signal o is 1 if both i0 and i1 are 1, 0 otherwise.

Blocks tree path

Primitive\Logic\And

Inputs

Name Type Description
i0 bool Operand.
i1 bool Operand.

Outputs

Name Type Description
o bool Logical and of i0 and i1.