function constrainCircuitInputPortFallOnly(work, ref) {
    port = getCircuitPort(work, ref);
    if (!port.isInput()) {
        throw "Port '" + ref + "' is not an input and cannot be constrained";
    }