Forum Discussion

FBels's avatar
FBels
Icon for New Contributor rankNew Contributor
6 years ago

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...