What is the state of a Cyclone IV unconnected input that goes to user logic
Say a user design consists of an XOR gate. Input A, Input B, Output C. Always @(*) C = A && ~B || ~A && B; For whatever reason though the PCB does not connect input A to anything. W...